Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp560 JSTaggedValue taggedResult = JSFunction::Invoke(runtimeInfo, thenKey); in PerformPromiseAll() local
833 JSHandle<JSTaggedValue> taggedResult = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseAny() local
1037 JSHandle<JSTaggedValue> taggedResult = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseAllSettled() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp160 JSHandle<JSTaggedValue> taggedResult(thread, result); in HWTEST_F_L0() local