Home
last modified time | relevance | path

Searched refs:out_of_memory_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.h174 bool out_of_memory_ = false; member in v8::internal::SerializationTag
H A Dvalue-serializer.cc393 out_of_memory_ = true; in ExpandBuffer()
425 if (V8_UNLIKELY(out_of_memory_)) return ThrowIfOutOfMemory(); in WriteObject()
1144 if (out_of_memory_) { in ThrowIfOutOfMemory()

Completed in 6 milliseconds