Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/function/
DgeneratorFunctionBuilder.cpp28 VReg completionValue = pg_->AllocReg(); in Prepare() local
71 VReg completionValue = pg_->AllocReg(); in Yield() local
DfunctionBuilder.cpp129 VReg completionValue = pg_->AllocReg(); in Await() local
137 …nctionBuilder::HandleCompletion(const ir::AstNode *node, VReg completionType, VReg completionValue) in HandleCompletion()
DasyncGeneratorFunctionBuilder.cpp28 VReg completionValue = pg_->AllocReg(); in Prepare() local
/arkcompiler/ets_frontend/ets2panda/compiler/function/
DgeneratorFunctionBuilder.cpp61 VReg completionValue = pg_->AllocReg(); in Yield() local
DfunctionBuilder.cpp104 VReg completionValue = pg_->AllocReg(); in Await() local
112 …nctionBuilder::HandleCompletion(const ir::AstNode *node, VReg completionType, VReg completionValue) in HandleCompletion()
DasyncGeneratorFunctionBuilder.cpp62 VReg completionValue = pg_->AllocReg(); in Yield() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h328 napi_value completionValue; in JSCONVERT_WRAP() local
Dintrinsics_api_impl.cpp1194 napi_value completionValue; in SettleJsPromise() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp72 JSHandle<JSTaggedValue> completionValue(thread, taggedValue); in PromiseConstructor() local