Home
last modified time | relevance | path

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

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