Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp429 JSHandle<JSPromise> thenPromise(thread, thenResult); in HWTEST_F_L0() local
527 JSHandle<JSPromise> thenPromise(thread, thenResult); in HWTEST_F_L0() local
637 JSHandle<JSPromise> thenPromise(thread, thenResult); in HWTEST_F_L0() local
693 JSHandle<JSPromise> thenPromise(thread, thenResult); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp397 Local<PromiseRef> thenPromise = promise->Then(vm_, resolve, reject); in HWTEST_F_L0() local