Home
last modified time | relevance | path

Searched refs:kOnFinallySlot (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-promise-gen.h58 kOnFinallySlot = Context::MIN_CONTEXT_SLOTS, enumerator
Dbuiltins-promise-gen.cc1444 StoreContextElementNoWriteBarrier(promise_context, kOnFinallySlot, in CreatePromiseFinallyFunctions()
1489 Node* const on_finally = LoadContextElement(context, kOnFinallySlot); in TF_BUILTIN()
1546 Node* const on_finally = LoadContextElement(context, kOnFinallySlot); in TF_BUILTIN()
/external/v8/src/compiler/
Djs-call-reducer.cc5939 PromiseBuiltinsAssembler::kOnFinallySlot)), in ReducePromisePrototypeFinally()