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.cpp333 … JSHandle<JSAsyncGeneratorObject> asyncGen(thread, asyncResNextRtnPro->GetAsyncGeneratorObject()); in ProcessorFulfilledFunc() local
349 … JSHandle<JSAsyncGeneratorObject> asyncGen(thread, asyncResNextRtnPro->GetAsyncGeneratorObject()); in ProcessorRejectedFunc() local
Djs_async_function.cpp101 JSHandle<JSAsyncGeneratorObject> asyncGen = JSHandle<JSAsyncGeneratorObject>::Cast(obj); in AsyncFunctionAwait() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2935 GateRef asyncGen = acc_.GetValueIn(gate, 0); in LowerAsyncGeneratorResolve() local