Home
last modified time | relevance | path

Searched refs:ThanAlgorithm (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp143 JSTaggedValue ThanAlgorithm(JSThread *thread, JSHandle<JSPromise>& promise, JSTaggedValue arg1, in ThanAlgorithm() function
369 auto thenResult = ThanAlgorithm(thread, racePromise, JSTaggedValue::Undefined(), in HWTEST_F_L0()
439 … auto thenResult = ThanAlgorithm(thread, allPromise, nativeFuncRaceThenOnResolved.GetTaggedValue(), in HWTEST_F_L0()
529 …auto thenResult = ThanAlgorithm(thread, resolvePromise, testPromiseThenOnResolved.GetTaggedValue(), in HWTEST_F_L0()
572 … auto thenResult = ThanAlgorithm(thread, rejectPromise, testPromiseThenOnRejected.GetTaggedValue(), in HWTEST_F_L0()