Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.h44 static JSTaggedValue Then(EcmaRuntimeCallInfo *argv);
Dbuiltins_promise.cpp353 JSTaggedValue BuiltinsPromise::Then(EcmaRuntimeCallInfo *argv) in Then() function in panda::ecmascript::builtins::BuiltinsPromise
356 BUILTINS_API_TRACE(argv->GetThread(), Promise, Then); in Then()
Dbuiltins.cpp2776 SetFunction(env, promiseFuncPrototype, "then", Promise::Then, FunctionLength::TWO); in InitializePromise()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp428 JSTaggedValue thenResult = BuiltinsPromise::Then(ecmaRuntimeCallInfo5); in HWTEST_F_L0()
526 JSTaggedValue thenResult = BuiltinsPromise::Then(ecmaRuntimeCallInfo5); in HWTEST_F_L0()
636 JSTaggedValue thenResult = BuiltinsPromise::Then(ecmaRuntimeCallInfo2); in HWTEST_F_L0()
692 JSTaggedValue thenResult = BuiltinsPromise::Then(ecmaRuntimeCallInfo2); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md134 // Then set it as the second input to the instruction.
Dcleanup_doc.md82 Then we can join the block with the successor block. After that, the new block tries to join next b…
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp458 Local<PromiseRef> thenPromise = promise->Then(vm_, resolve, reject); in HWTEST_F_L0()
1192 Local<PromiseRef> catchPromise1 = promise->Then(vm_, reject, reject); in HWTEST_F_L0()
1196 Local<PromiseRef> catchPromise2 = promise->Then(vm_, callback); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h773 Local<PromiseRef> Then(const EcmaVM *vm, Local<FunctionRef> handler);
775 …Local<PromiseRef> Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<FunctionRef> onReje…
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h611 V(Promise, Then) \
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2020 Local<PromiseRef> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> handler) in Then() function in panda::PromiseRef
2041 Local<PromiseRef> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<Function… in Then() function in panda::PromiseRef
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp652 reinterpret_cast<uintptr_t>(Promise::Then),