Searched defs:outer_promise (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/builtins/
H A Dbuiltins-async.cc16 Node* context, Node* generator, Node* value, Node* outer_promise,
75 CSA_SLOW_ASSERT(this, HasInstanceType(outer_promise, JS_PROMISE_TYPE));
79 outer_promise, SmiConstant(STRICT));
15 Await( Node* context, Node* generator, Node* value, Node* outer_promise, const NodeGenerator1& create_closure_context, int on_resolve_context_index, int on_reject_context_index, bool is_predicted_as_caught) argument
H A Dbuiltins-async-function.cc25 Node* const awaited, Node* const outer_promise,
106 Node* const outer_promise, const bool is_predicted_as_caught) {
108 CSA_SLOW_ASSERT(this, HasInstanceType(outer_promise, JS_PROMISE_TYPE));
126 context, generator, awaited, outer_promise, create_closure_context,
139 Node* const outer_promise = Parameter(3); local
144 AsyncFunctionAwait(context, generator, awaited, outer_promise,
154 Node* const outer_promise = Parameter(3); local
159 AsyncFunctionAwait(context, generator, awaited, outer_promise,
104 AsyncFunctionAwait( Node* const context, Node* const generator, Node* const awaited, Node* const outer_promise, const bool is_predicted_as_caught) argument

Completed in 188 milliseconds