Home
last modified time | relevance | path

Searched refs:microtask_context_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dapi.h331 microtask_context_(nullptr), in HandleScopeImplementer()
404 return microtask_context_ && in MicrotaskContextIsLastEnteredContext()
426 microtask_context_ = nullptr; in ResetAfterArchive()
437 DCHECK(!microtask_context_); in Free()
458 Context* microtask_context_; variable
487 kMicrotaskContext = offsetof(HandleScopeImplementer, microtask_context_),
545 DCHECK(!microtask_context_); in EnterMicrotaskContext()
546 microtask_context_ = *context; in EnterMicrotaskContext()
551 microtask_context_ = nullptr; in LeaveMicrotaskContext()
Dapi-inl.h128 if (microtask_context_) return Handle<Context>(microtask_context_, isolate_);
Dapi.cc10677 if (microtask_context_) { in IterateThis()
10679 reinterpret_cast<Object**>(&microtask_context_)); in IterateThis()