Searched refs:async_function_object (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-async-function-gen.cc | 36 TNode<JSAsyncFunctionObject> async_function_object = in AsyncFunctionAwaitResumeClosure() local 48 async_function_object, JSAsyncFunctionObject::kPromiseOffset); in AsyncFunctionAwaitResumeClosure() 60 LoadObjectField<Smi>(async_function_object, in AsyncFunctionAwaitResumeClosure() 65 StoreObjectFieldNoWriteBarrier(async_function_object, in AsyncFunctionAwaitResumeClosure() 71 CallStub(callable, context, sent_value, async_function_object); in AsyncFunctionAwaitResumeClosure() 112 TNode<JSAsyncFunctionObject> async_function_object = in TF_BUILTIN() local 115 StoreMapNoWriteBarrier(async_function_object, async_function_object_map); in TF_BUILTIN() 116 StoreObjectFieldRoot(async_function_object, in TF_BUILTIN() 119 StoreObjectFieldRoot(async_function_object, in TF_BUILTIN() 123 async_function_object, JSAsyncFunctionObject::kFunctionOffset, closure); in TF_BUILTIN() [all …]
|
/third_party/node/deps/v8/src/objects/ |
D | source-text-module.cc | 984 Handle<JSAsyncFunctionObject> async_function_object( in InnerExecuteAsyncModule() local 986 async_function_object->set_promise(*capability); in InnerExecuteAsyncModule() 992 Execution::TryCall(isolate, resume, async_function_object, 0, nullptr, in InnerExecuteAsyncModule()
|
/third_party/node/deps/v8/src/compiler/ |
D | js-native-context-specialization.cc | 253 Node* async_function_object = NodeProperties::GetValueInput(node, 0); in ReduceJSAsyncFunctionReject() local 265 async_function_object, effect, control); in ReduceJSAsyncFunctionReject() 289 Node* async_function_object = NodeProperties::GetValueInput(node, 0); in ReduceJSAsyncFunctionResolve() local 301 async_function_object, effect, control); in ReduceJSAsyncFunctionResolve()
|
/third_party/node/deps/v8/src/execution/ |
D | isolate.cc | 961 Handle<JSAsyncFunctionObject> async_function_object = in CaptureAsyncStackTrace() local 963 promise = handle(async_function_object->promise(), isolate); in CaptureAsyncStackTrace() 1084 Handle<JSAsyncFunctionObject> async_function_object = in CaptureAsyncStackTrace() local 1086 Handle<JSPromise> promise(async_function_object->promise(), isolate); in CaptureAsyncStackTrace()
|