Home
last modified time | relevance | path

Searched defs:Exception (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dutils.h71 explicit Exception(AbckitStatus e) : std::runtime_error(StatusToString(e)) {} in Exception() function
94 explicit Exception(AbckitStatus e) : whatMessage_(StatusToString(e)) {} in Exception() function
/arkcompiler/ets_frontend/arkguard/test/grammar/target/
DnewTargetFunction_2.js17 class Exception { class
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/sts_utils/
Dexceptions.py35 def __init__(self, filepath: str, exception: Exception) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/
Dexceptions.py32 def __init__(self, filepath: str, exception: Exception) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/test/
Dtest_utils.py72 def assert_not_raise(test_case: unittest.TestCase, cls: type[Exception], function: Callable, params…
/arkcompiler/ets_frontend/ets2panda/compiler/base/
DcatchTable.h94 std::string Exception() const in Exception() function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dlogger.py102 exception_cls: Optional[Type[Exception]] = None) -> NoReturn:
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Drun.py52 def process_error(self, bu: BenchUnit, e: Exception) -> None:
/arkcompiler/toolchain/tooling/dynamic/test/utils/
Dtest_hooks.h69 void Exception(const JSPtLocation &location) override in Exception() function
/arkcompiler/toolchain/tooling/dynamic/backend/
Djs_pt_hooks.cpp37 void JSPtHooks::Exception([[maybe_unused]] const JSPtLocation &location) in Exception() function in panda::ecmascript::tooling::JSPtHooks
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_number.h45 static inline constexpr JSTaggedNumber Exception() in Exception() function
Djs_tagged_value.h374 static ARK_INLINE constexpr JSTaggedValue Exception() in Exception() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md4448 ## Exception section in JSNApi接口说明
4452 ### AggregateError
4477 ### EvalError
4504 ### OOMError
4529 ### TypeError
4554 ### Error
4580 ### RangeError
4606 ### ReferenceError
4632 ### SyntaxError
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h64 … void Exception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *object, in Exception() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h345 static inline constexpr TaggedValue Exception() in Exception() function
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h90 JSTaggedValue Exception; member
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_set_test.cpp350 HWTEST_F_L0(BuiltinsSetTest, Exception) in HWTEST_F_L0() argument
Dbuiltins_map_test.cpp356 HWTEST_F_L0(BuiltinsMapTest, Exception) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h95 …void Exception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *exceptio… in Exception() function
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h307 …virtual void Exception(PtThread /* thread */, Method * /* method */, const PtLocation & /* locatio… in Exception() function
/arkcompiler/toolchain/tooling/static/
Dinspector.cpp116 void Inspector::Exception(PtThread thread, Method * /* method */, const PtLocation & /* location */, in Exception() function in ark::tooling::inspector::Inspector
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp114 void Inspector::Exception(PtThread thread, Method * /* method */, const PtLocation & /* location */, in Exception() function in ark::tooling::inspector::Inspector
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h162 inline GateRef StubBuilder::Exception() in Exception() function