Home
last modified time | relevance | path

Searched refs:PopPromise (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/execution/
Dthread-local-top.cc30 while (promise_on_stack_) isolate_->PopPromise(); in Free()
Disolate.h768 void PopPromise();
Disolate.cc2433 void Isolate::PopPromise() { in ThrowInternal() function in v8::internal::Isolate
/external/v8/src/runtime/
Druntime-debug.cc671 isolate->PopPromise(); in RUNTIME_FUNCTION()
778 isolate->PopPromise(); in RUNTIME_FUNCTION()
796 isolate->PopPromise(); in RUNTIME_FUNCTION()
Druntime-promise.cc232 if (isolate->debug()->is_active()) isolate->PopPromise(); in RUNTIME_FUNCTION()