Home
last modified time | relevance | path

Searched defs:asyncGen (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp344 … JSHandle<JSAsyncGeneratorObject> asyncGen(thread, asyncResNextRtnPro->GetAsyncGeneratorObject()); in ProcessorFulfilledFunc() local
360 … JSHandle<JSAsyncGeneratorObject> asyncGen(thread, asyncResNextRtnPro->GetAsyncGeneratorObject()); in ProcessorRejectedFunc() local
Djs_async_function.cpp105 JSHandle<JSAsyncGeneratorObject> asyncGen = JSHandle<JSAsyncGeneratorObject>::Cast(obj); in AsyncFunctionAwait() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2318 GateRef asyncGen = acc_.GetValueIn(gate, 1); in LowerAsyncGeneratorResolve() local