Searched refs:AllocateAndInitJSPromise (Results 1 – 5 of 5) sorted by relevance
79 Node* AllocateAndInitJSPromise(Node* context);82 Node* AllocateAndInitJSPromise(Node* context, Node* parent);
123 Node* const promise = AllocateAndInitJSPromise(context); in Generate_AsyncFromSyncIteratorMethod()155 Node* const wrapper = AllocateAndInitJSPromise(context); in Generate_AsyncFromSyncIteratorMethod()188 Node* const promise = AllocateAndInitJSPromise(context); in Generate_AsyncFromSyncIteratorMethodOptimized()
49 Node* PromiseBuiltinsAssembler::AllocateAndInitJSPromise(Node* context) { in AllocateAndInitJSPromise() function in v8::internal::PromiseBuiltinsAssembler50 return AllocateAndInitJSPromise(context, UndefinedConstant()); in AllocateAndInitJSPromise()53 Node* PromiseBuiltinsAssembler::AllocateAndInitJSPromise(Node* context, in AllocateAndInitJSPromise() function in v8::internal::PromiseBuiltinsAssembler132 AllocateAndInitJSPromise(native_context, UndefinedConstant()); in TF_BUILTIN()852 Node* const instance = AllocateAndInitJSPromise(context); in TF_BUILTIN()931 Return(AllocateAndInitJSPromise(context, parent)); in TF_BUILTIN()988 Node* const result_promise = AllocateAndInitJSPromise(context, promise); in TF_BUILTIN()1344 Node* const result = AllocateAndInitJSPromise(context); in TF_BUILTIN()
245 Node* const promise = AllocateAndInitJSPromise(context); in TF_BUILTIN()
161 Node* promise = AllocateAndInitJSPromise(context); in AsyncGeneratorEnqueue()