Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-promise.cc173 if (isolate->debug()->is_active()) isolate->PopPromise(); in RUNTIME_FUNCTION()
Druntime-debug.cc640 isolate->PopPromise(); in RUNTIME_FUNCTION()
767 isolate->PopPromise(); in RUNTIME_FUNCTION()
/external/v8/src/
Disolate.h803 void PopPromise();
Disolate.cc166 while (promise_on_stack_) isolate_->PopPromise(); in Free()
2043 void Isolate::PopPromise() { in Throw() function in v8::internal::Isolate