Searched refs:Then (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise.h | 44 static JSTaggedValue Then(EcmaRuntimeCallInfo *argv);
|
D | builtins_promise.cpp | 353 JSTaggedValue BuiltinsPromise::Then(EcmaRuntimeCallInfo *argv) in Then() function in panda::ecmascript::builtins::BuiltinsPromise 356 BUILTINS_API_TRACE(argv->GetThread(), Promise, Then); in Then()
|
D | builtins.cpp | 2776 SetFunction(env, promiseFuncPrototype, "then", Promise::Then, FunctionLength::TWO); in InitializePromise()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_promise_test.cpp | 428 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/ |
D | ir_builder.md | 134 // Then set it as the second input to the instruction.
|
D | cleanup_doc.md | 82 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/ |
D | jsnapi_tests.cpp | 458 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/ |
D | jsnapi.h | 773 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/ |
D | runtime_call_id.h | 611 V(Promise, Then) \
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 2020 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/ |
D | snapshot_processor.cpp | 652 reinterpret_cast<uintptr_t>(Promise::Then),
|