Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp109 JSHandle<JSTaggedValue> thenResult(thread, result); in PromiseResolveThenableJob() local
215 JSHandle<JSTaggedValue> thenResult = JSPromise::IfThrowGetThrowValue(thread); in CatchException() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp428 JSTaggedValue thenResult = BuiltinsPromise::Then(ecmaRuntimeCallInfo5); in HWTEST_F_L0() local
526 JSTaggedValue thenResult = BuiltinsPromise::Then(ecmaRuntimeCallInfo5); in HWTEST_F_L0() local
636 JSTaggedValue thenResult = BuiltinsPromise::Then(ecmaRuntimeCallInfo2); in HWTEST_F_L0() local
692 JSTaggedValue thenResult = BuiltinsPromise::Then(ecmaRuntimeCallInfo2); in HWTEST_F_L0() local