Home
last modified time | relevance | path

Searched refs:Catch (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise.h49 V("catch", Catch, 1, INVALID) \
71 static JSTaggedValue Catch(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_promise.cpp320 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 Djsvaluerefispromisevalue_fuzzer.cpp45 Local<PromiseRef> catchPromise = promise->Catch(vm, reject); in JSValueRefIsPromiseValueFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/promiseref_fuzzer/
H A Dpromiseref_fuzzer.cpp40 promise->Catch(vm, reject); in PromiseRefCatchFuzzTest()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_promise_test.cpp451 * @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 Dpt_types.h1570 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 Djsnapi_first_tests.cpp646 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 Djsnapi_sample.cpp2217 ->Catch(vm_, FunctionRef::New(vm_, in HWTEST_F_L0()
H A Dffi_workload.cpp721 (void)promise->Catch(vm_, reject); in HWTEST_F_L0()
724 TEST_TIME(PromiseRef::Catch); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h708 V(Promise, Catch) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp628 reinterpret_cast<uintptr_t>(Promise::Catch),
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1437 Local<PromiseRef> Catch(const EcmaVM *vm, Local<FunctionRef> handler);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5958 Local<PromiseRef> PromiseRef::Catch(const EcmaVM *vm, Local<FunctionRef> handler) in Catch() function in panda::PromiseRef

Completed in 47 milliseconds