Home
last modified time | relevance | path

Searched defs:completionValue (Results 1 – 10 of 10) 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.cpp133 VReg completionValue = pg_->AllocReg(); in Await() local
141 …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.h368 napi_value completionValue; in JSCONVERT_WRAP() local
Dintrinsics_api_impl.cpp646 napi_value completionValue; in SettleJsPromise() local
Dts2ets_copy.cpp339 napi_value completionValue; in VisitPromise() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp69 JSHandle<JSTaggedValue> completionValue(thread, taggedValue); in PromiseConstructor() local