Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/grammar/target/
DnewTargetFunction_2.js17 class Exception { class
/arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/formatChecker/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.py35 def __init__(self, filepath: str, exception: Exception) -> None:
/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.py112 exception_cls: Optional[Type[Exception]] = None) -> NoReturn:
/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp37 void JSPtHooks::Exception([[maybe_unused]] const JSPtLocation &location) in Exception() function in panda::ecmascript::tooling::JSPtHooks
/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h69 void Exception(const JSPtLocation &location) override in Exception() function
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_number.h44 static inline constexpr JSTaggedNumber Exception() in Exception() function
Djs_tagged_value.h310 static ARK_INLINE constexpr JSTaggedValue Exception() in Exception() function
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md4446 ## Exception section
4472 Local<JSValueRef> error = Exception::AggregateError(vm, StringRef::NewFromUtf8(vm, "test aggregate … argument
4497 Local<JSValueRef> error = Exception::EvalError(vm, StringRef::NewFromUtf8(vm, "test eval error")); argument
4524 Local<JSValueRef> value = Exception::OOMError(vm_, message); argument
4549 Local<JSValueRef> value = Exception::TypeError(vm_, message); argument
4575 Local<JSValueRef> result = Exception::Error(vm_, message); argument
4601 Local<JSValueRef> result = Exception::RangeError(vm_, message); argument
4627 Local<JSValueRef> result = Exception::ReferenceError(vm_, message); argument
4630 ### 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.h346 static inline constexpr TaggedValue Exception() in Exception() function
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h318 …virtual void Exception(PtThread /* thread */, Method * /* method */, const PtLocation & /* locatio… in Exception() function
370 …virtual void Exception(PtThread /* thread */, const PtLocation & /* location */, PtObject /* excep… in Exception() function
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp109 void Inspector::Exception(PtThread thread, Method * /* method */, const PtLocation & /* location */, in Exception() function in panda::tooling::inspector::Inspector
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h94 …void Exception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *exceptio… in Exception() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h129 inline GateRef StubBuilder::Exception() in Exception() function