Home | History | Annotate | Download | only in builtins

Lines Matching refs:Node

15 Node* AsyncBuiltinsAssembler::Await(
16 Node* context, Node* generator, Node* value, Node* outer_promise,
20 Node* const wrapped_value = AllocateAndInitJSPromise(context);
25 Node* const native_context = LoadNativeContext(context);
27 Node* const closure_context = create_closure_context(native_context);
28 Node* const map = LoadContextElement(
32 Node* const on_resolve_shared_fun =
36 Node* const on_resolve = AllocateFunctionWithMapAndContext(
40 Node* const on_reject_shared_fun =
44 Node* const on_reject = AllocateFunctionWithMapAndContext(
47 Node* const throwaway_promise =
63 Node* const key =
77 Node* const key = HeapConstant(factory()->promise_handled_by_symbol());