Home
last modified time | relevance | path

Searched refs:promise_context (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-promise.h72 Node* promise, Node* native_context, Node* promise_context);
Dbuiltins-promise.cc79 Node* const promise_context = CreatePromiseResolvingFunctionsContext( in CreatePromiseResolvingFunctions() local
86 AllocateFunctionWithMapAndContext(map, resolve_info, promise_context); in CreatePromiseResolvingFunctions()
90 AllocateFunctionWithMapAndContext(map, reject_info, promise_context); in CreatePromiseResolvingFunctions()
1587 Node* const promise_context = in CreatePromiseFinallyFunctions() local
1594 map, then_finally_info, promise_context); in CreatePromiseFinallyFunctions()
1598 map, catch_finally_info, promise_context); in CreatePromiseFinallyFunctions()