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.cpp339 …JSHandle<JSAsyncGeneratorObject> asyncGen(thread, asyncResNextRtnPro->GetAsyncGeneratorObject(thre… in ProcessorFulfilledFunc() local
355 …JSHandle<JSAsyncGeneratorObject> asyncGen(thread, asyncResNextRtnPro->GetAsyncGeneratorObject(thre… in ProcessorRejectedFunc() local
Djs_async_function.cpp103 JSHandle<JSAsyncGeneratorObject> asyncGen = JSHandle<JSAsyncGeneratorObject>::Cast(obj); in AsyncFunctionAwait() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2881 GateRef asyncGen = acc_.GetValueIn(gate, 1); in LowerAsyncGeneratorResolve() local