Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dpromise-finally.tq20 kOnFinallySlot: Slot<PromiseFinallyContext, Callable>,
63 *ContextSlot(context, PromiseFinallyContextSlot::kOnFinallySlot);
110 *ContextSlot(context, PromiseFinallyContextSlot::kOnFinallySlot);
146 promiseContext, PromiseFinallyContextSlot::kOnFinallySlot, onFinally);
Dbuiltins-promise.h66 kOnFinallySlot = Context::MIN_CONTEXT_SLOTS, enumerator
/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc7008 AccessBuilder::ForContextSlot(PromiseBuiltins::kOnFinallySlot)), in ReducePromisePrototypeFinally()