Home
last modified time | relevance | path

Searched refs:async_generator_object (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-async-generator-gen.cc214 const TNode<JSAsyncGeneratorObject> async_generator_object = in AsyncGeneratorAwaitResumeClosure() local
217 SetGeneratorNotAwaiting(async_generator_object); in AsyncGeneratorAwaitResumeClosure()
219 CSA_SLOW_DCHECK(this, IsGeneratorSuspended(async_generator_object)); in AsyncGeneratorAwaitResumeClosure()
221 // Remember the {resume_mode} for the {async_generator_object}. in AsyncGeneratorAwaitResumeClosure()
222 StoreObjectFieldNoWriteBarrier(async_generator_object, in AsyncGeneratorAwaitResumeClosure()
226 // Push the promise for the {async_generator_object} back onto the catch in AsyncGeneratorAwaitResumeClosure()
235 CAST(LoadFirstAsyncGeneratorRequestFromQueue(async_generator_object)); in AsyncGeneratorAwaitResumeClosure()
244 async_generator_object); in AsyncGeneratorAwaitResumeClosure()
247 async_generator_object); in AsyncGeneratorAwaitResumeClosure()
252 auto async_generator_object in AsyncGeneratorAwait() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate.cc965 Handle<JSAsyncGeneratorObject> async_generator_object = in CaptureAsyncStackTrace() local
967 if (async_generator_object->queue().IsUndefined(isolate)) return; in CaptureAsyncStackTrace()
969 AsyncGeneratorRequest::cast(async_generator_object->queue()), in CaptureAsyncStackTrace()
1089 Handle<JSAsyncGeneratorObject> async_generator_object = in CaptureAsyncStackTrace() local
1091 Handle<Object> queue(async_generator_object->queue(), isolate); in CaptureAsyncStackTrace()

Completed in 12 milliseconds