Searched refs:Catch (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_promise.h | 49 V("catch", Catch, 1, INVALID) \ 71 static JSTaggedValue Catch(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_promise.cpp | 320 JSTaggedValue BuiltinsPromise::Catch(EcmaRuntimeCallInfo *argv) in Catch() function in panda::ecmascript::builtins::BuiltinsPromise 325 BUILTINS_API_TRACE(argv->GetThread(), Promise, Catch); in Catch() 1079 // e. Let stepsCatchFinally be the algorithm steps defined in Catch Finally Functions. in Finally()
|
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefispromisevalue_fuzzer/ |
H A D | jsvaluerefispromisevalue_fuzzer.cpp | 45 Local<PromiseRef> catchPromise = promise->Catch(vm, reject); in JSValueRefIsPromiseValueFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/promiseref_fuzzer/ |
H A D | promiseref_fuzzer.cpp | 40 promise->Catch(vm, reject); in PromiseRefCatchFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_promise_test.cpp | 451 * @tc.name: Catch 452 * @tc.desc: test Catch() method 455 HWTEST_F_L0(BuiltinsPromiseTest, Catch) in HWTEST_F_L0() 481 JSTaggedValue catchResult = BuiltinsPromise::Catch(ecmaRuntimeCallInfo2); in HWTEST_F_L0()
|
/arkcompiler/toolchain/tooling/base/ |
H A D | pt_types.h | 1570 return type == Global() || type == Local() || type == With() || type == Closure() || type == Catch() || in Valid() 1590 static std::string Catch() in Catch() function
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 646 Local<PromiseRef> catchPromise = promise->Catch(vm_, reject); in HWTEST_F_L0() 663 Local<PromiseRef> catchPromise = promise->Catch(vm_, reject); in HWTEST_F_L0()
|
H A D | jsnapi_sample.cpp | 2217 ->Catch(vm_, FunctionRef::New(vm_, in HWTEST_F_L0()
|
H A D | ffi_workload.cpp | 721 (void)promise->Catch(vm_, reject); in HWTEST_F_L0() 724 TEST_TIME(PromiseRef::Catch); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 708 V(Promise, Catch) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 628 reinterpret_cast<uintptr_t>(Promise::Catch),
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 1437 Local<PromiseRef> Catch(const EcmaVM *vm, Local<FunctionRef> handler);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 5958 Local<PromiseRef> PromiseRef::Catch(const EcmaVM *vm, Local<FunctionRef> handler) in Catch() function in panda::PromiseRef
|
Completed in 47 milliseconds