Home
last modified time | relevance | path

Searched refs:Catch (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/runtime_core/libark_defect_scan_aux/
DREADME.md172 正确的基块结构简化后如下所示,即`Throw Block`的后继为`Catch Block`。
180 | Catch Block |
189 但是,当前实现会将`Throw Block`指向当前函数的结束块,导致某些场景下`Catch Block`块没有前驱,简化后的基块结构如下所示:
196 | Catch Block | |
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dets_try_catch1.ets16 //! CHECKER Try Catch Resolving JIT Optimize with default catch only
25 //! CHECKER Try Catch Resolving AOT Optimize with default catch only
Dets_try_catch2.ets16 //! CHECKER Try Catch Resolving JIT Optimize with partial and default catches
25 //! CHECKER Try Catch Resolving AOT Optimize with partial and default catches
Dets_try_catch6.ets16 //! CHECKER Try Catch Resolving JIT optimize with nested catches
25 //! CHECKER Try Catch Resolving AOT with with exception instances as function parameters
Dets_try_catch4.ets16 //! CHECKER Try Catch Resolving JIT Do not optimize inlined throws
26 //! CHECKER Try Catch Resolving AOT with inlined throws
Dets_try_catch3.ets16 //! CHECKER Try Catch Resolving JIT Optimize with default catch on the same level
25 //! CHECKER Try Catch Resolving AOT Optimize with default catch on the same level
Dets_try_catch.ets16 //! CHECKER Try Catch Resolving JIT Optimize when default catch is outside
25 //! CHECKER Try Catch Resolving AOT Optimize when default catch is outside
Dets_try_catch7.ets16 //! CHECKER Try Catch Resolving JIT optimize with nested catches
25 //! CHECKER Try Catch Resolving AOT with with exception instances as function parameters
Dets_try_catch5.ets16 //! CHECKER Try Catch Resolving JIT Do not optimize when exception instances are function para…
25 //! CHECKER Try Catch Resolving AOT with with exception instances as function parameters
Dets_try_catch8.ets16 //! CHECKER Try Catch Resolving JIT optimize with nested catches
28 //! CHECKER Try Catch Resolving AOT with with exception instances as function parameters
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.h49 V("catch", Catch, 1, INVALID) \
71 static JSTaggedValue Catch(EcmaRuntimeCallInfo *argv);
Dbuiltins_promise.cpp332 JSTaggedValue BuiltinsPromise::Catch(EcmaRuntimeCallInfo *argv) in Catch() function in panda::ecmascript::builtins::BuiltinsPromise
337 BUILTINS_API_TRACE(argv->GetThread(), Promise, Catch); in Catch()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefispromisevalue_fuzzer/
Djsvaluerefispromisevalue_fuzzer.cpp45 Local<PromiseRef> catchPromise = promise->Catch(vm, reject); in JSValueRefIsPromiseValueFuzzTest()
/arkcompiler/runtime_core/compiler/docs/
Dtry_catch_blocks_ir.md114 \---- | TryEnd |------> | Catch |
125 `CatchPhi` - pseudo instruction which is added to the `Catch-begin` basic block. Each `CatchPhi` co…
/arkcompiler/runtime_core/static_core/compiler/docs/
Dtry_catch_blocks_ir.md114 \---- | TryEnd |------> | Catch |
125 `CatchPhi` - pseudo instruction which is added to the `Catch-begin` basic block. Each `CatchPhi` co…
/arkcompiler/ets_runtime/test/fuzztest/promiseref_fuzzer/
Dpromiseref_fuzzer.cpp40 promise->Catch(vm, reject); in PromiseRefCatchFuzzTest()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp547 HWTEST_F_L0(BuiltinsPromiseTest, Catch) in HWTEST_F_L0() argument
580 JSTaggedValue catchResult = BuiltinsPromise::Catch(ecmaRuntimeCallInfo2); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D8_statements.rst866 - *Catch identifier* that provides access to the object associated with
883 :ref:`Multiple Catch Clauses in Try Statements`.
1001 ``Catch`` clauses are checked in the textual order of their position in the
D17_experimental.rst673 .. _Multiple Catch Clauses in Try Statements:
675 Multiple Catch Clauses in Try Statements
760 *Catch* clauses do not handle every possible *exception* or *error*
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1543 …rn type == Global() || type == Local() || type == With() || type == Closure() || type == Catch() || in Valid()
1563 static std::string Catch() in Catch() function
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md4855 ### Catch subsection
4857 Local<PromiseRef> Catch(const EcmaVM *vm, Local<FunctionRef> handler)��
4885 Local<PromiseRef> result = promise->Catch(vm, reject);
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1084 Local<PromiseRef> Catch(const EcmaVM *vm, Local<FunctionRef> handler);
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h636 V(Promise, Catch) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp653 reinterpret_cast<uintptr_t>(Promise::Catch),
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp614 Local<PromiseRef> catchPromise = promise->Catch(vm_, reject); in HWTEST_F_L0()

12