Home
last modified time | relevance | path

Searched refs:CurrentLocalHeap (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/handles/
Dhandles.cc56 LocalHeap* local_heap = isolate->CurrentLocalHeap(); in IsDereferenceAllowed()
/third_party/node/deps/v8/src/execution/
Disolate.h1900 LocalHeap* CurrentLocalHeap();
Disolate.cc5577 LocalHeap* Isolate::CurrentLocalHeap() { in ThrowInternal() function in v8::internal::Isolate
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc6076 DCHECK(isolate()->CurrentLocalHeap()->is_main_thread()); in LowerAssertType()
6078 if (isolate()->CurrentLocalHeap()->IsParked()) { in LowerAssertType()