Searched refs:PopPromise (Results 1 – 4 of 4) sorted by relevance
173 if (isolate->debug()->is_active()) isolate->PopPromise(); in RUNTIME_FUNCTION()
640 isolate->PopPromise(); in RUNTIME_FUNCTION()767 isolate->PopPromise(); in RUNTIME_FUNCTION()
803 void PopPromise();
166 while (promise_on_stack_) isolate_->PopPromise(); in Free()2043 void Isolate::PopPromise() { in Throw() function in v8::internal::Isolate