Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/function/
DgeneratorFunctionBuilder.cpp28 VReg completionValue = pg_->AllocReg(); in Prepare() local
69 VReg completionValue = pg_->AllocReg(); in Yield() local
DfunctionBuilder.cpp126 VReg completionValue = pg_->AllocReg(); in Await() local
134 …nctionBuilder::HandleCompletion(const ir::AstNode *node, VReg completionType, VReg completionValue) in HandleCompletion()
DasyncGeneratorFunctionBuilder.cpp28 VReg completionValue = pg_->AllocReg(); in Prepare() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp81 JSHandle<JSTaggedValue> completionValue(thread, taggedValue); in PromiseConstructor() local