Searched refs:then_call (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-promise-gen.cc | 1914 Node* const then_call = CallJS( in PerformPromiseAll() local 1918 GotoIfException(then_call, &close_iterator, var_exception); in PerformPromiseAll() 1922 SetPromiseHandledByIfTrue(native_context, instrumenting, then_call, [=]() { in PerformPromiseAll() 2254 Node* const then_call = in TF_BUILTIN() local 2258 GotoIfException(then_call, &close_iterator, &var_exception); in TF_BUILTIN() 2262 SetPromiseHandledByIfTrue(context, instrumenting, then_call, [=]() { in TF_BUILTIN()
|