Searched refs:promise_then (Results 1 – 6 of 6) sorted by relevance
70 V(PROMISE_THEN_INDEX, JSFunction, promise_then) \
2388 Handle<JSFunction> promise_then = SimpleInstallFunction( in InitializeGlobal() local2391 native_context()->set_promise_then(*promise_then); in InitializeGlobal()
7339 has_pending_exception = !i::Execution::Call(isolate, isolate->promise_then(), in Then()
16347 then = isolate->promise_then(); in Resolve()
1080 Node* const promise_then = in TF_BUILTIN() local1082 GotoIfNot(WordEqual(then, promise_then), &if_slow); in TF_BUILTIN()
5837 jsgraph()->Constant(handle(native_context()->promise_then(), isolate())); in ReducePromisePrototypeCatch()5989 jsgraph()->Constant(handle(native_context()->promise_then(), isolate())); in ReducePromisePrototypeFinally()