Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_async_function.cpp39 JSHandle<JSTaggedValue> asyncCtxt(thread, asyncFuncObj->GetGeneratorContext(thread)); in AsyncFunctionAwait() local
99 JSHandle<JSTaggedValue> asyncCtxt; in AsyncFunctionAwait() local
161 JSHandle<GeneratorContext> asyncCtxt(thread, func->GetAsyncContext(thread)); in AsyncFunctionAwaitFulfilled() local
186 JSHandle<GeneratorContext> asyncCtxt(thread, func->GetAsyncContext(thread)); in AsyncFunctionAwaitRejected() local