Searched refs:is_predicted_as_caught (Results 1 – 4 of 4) sorted by relevance
28 TNode<Oddball> is_predicted_as_caught);34 bool is_predicted_as_caught) { in Await() argument36 on_reject_sfi, BooleanConstant(is_predicted_as_caught)); in Await()
23 void AsyncFunctionAwait(const bool is_predicted_as_caught);235 const bool is_predicted_as_caught) { in AsyncFunctionAwait() argument248 on_reject_sfi, is_predicted_as_caught); in AsyncFunctionAwait()
30 TNode<Oddball> is_predicted_as_caught) { in Await() argument143 generator, is_predicted_as_caught); in Await()
828 bool is_predicted_as_caught = Oddball::cast(args[4]).ToBool(isolate); in RUNTIME_FUNCTION() local848 promise->set_handled_hint(is_predicted_as_caught); in RUNTIME_FUNCTION()