Home
last modified time | relevance | path

Searched refs:promise_then (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dcontexts.h70 V(PROMISE_THEN_INDEX, JSFunction, promise_then) \
Dbootstrapper.cc2388 Handle<JSFunction> promise_then = SimpleInstallFunction( in InitializeGlobal() local
2391 native_context()->set_promise_then(*promise_then); in InitializeGlobal()
Dapi.cc7339 has_pending_exception = !i::Execution::Call(isolate, isolate->promise_then(), in Then()
Dobjects.cc16347 then = isolate->promise_then(); in Resolve()
/external/v8/src/builtins/
Dbuiltins-promise-gen.cc1080 Node* const promise_then = in TF_BUILTIN() local
1082 GotoIfNot(WordEqual(then, promise_then), &if_slow); in TF_BUILTIN()
/external/v8/src/compiler/
Djs-call-reducer.cc5837 jsgraph()->Constant(handle(native_context()->promise_then(), isolate())); in ReducePromisePrototypeCatch()
5989 jsgraph()->Constant(handle(native_context()->promise_then(), isolate())); in ReducePromisePrototypeFinally()