Home
last modified time | relevance | path

Searched defs:asyncGenObj (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_async_generator_object_test.cpp39 JSHandle<JSAsyncGeneratorObject> asyncGenObj = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp5791 JSHandle<JSAsyncGeneratorObject> asyncGenObj = in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp1239 void PandaGen::SuspendAsyncGenerator(const ir::AstNode *node, VReg asyncGenObj) in SuspendAsyncGenerator() argument
1284 void PandaGen::AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorResolve() argument
1289 void PandaGen::AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorReject() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1528 void PandaGen::AsyncGeneratorResolve(const ir::AstNode *node, VReg asyncGenObj, VReg value, VReg canSuspend) in AsyncGeneratorResolve() argument
1533 void PandaGen::AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorReject() argument

Completed in 23 milliseconds