Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 74) sorted by relevance

123

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
Devaluation_engine.cpp43 auto *exception = thread_->GetException(); in EvaluateExpression() local
/arkcompiler/toolchain/test/fuzztest/pttypesfunctionremoteobject_fuzzer/
Dpttypesfunctionremoteobject_fuzzer.cpp33 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm); in PtTypesFunctionRemoteObjectFuzzTest() local
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp60 VReg exception = pg_->AllocReg(); in CleanUp() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/promise/
Dpromise_test.cpp49 ets_string exception = env_->NewStringUTF("rejected"); in TEST_F() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.cpp60 compiler::VReg exception = pg->AllocReg(); in Compile() local
DforOfStatement.cpp54 compiler::VReg exception = pg->AllocReg(); in Compile() local
DtryStatement.cpp51 compiler::VReg exception = pg->AllocReg(); in CompileFinally() local
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp88 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(ecmaVm); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_generator.cpp73 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in AsyncGeneratorPrototypeThrow() local
Dbuiltins_generator.cpp90 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in GeneratorPrototypeThrow() local
/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h72 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in Exception() local
Dtest_events.h58 ExceptionCallback exception; member
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dexception_details.h100 ExceptionDetails &SetExceptionObject(RemoteObject &&exception) in SetExceptionObject()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp77 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(instance); in HWTEST_F_L0() local
100 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(instance); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/
Dprotocol_handler.cpp75 auto exception = DebuggerApi::GetAndClearException(vm_); in ProcessCommand() local
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb57 def self.print_exception(exception) argument
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
Drunner.rb57 def self.print_exception(exception) argument
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp153 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(vm); in Main() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_stub_builder.cpp54 Label exception(env); in Clear() local
146 Label exception(env); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/
Djs_plural_rules.cpp274 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local
280 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DdynamicContext.cpp233 compiler::VReg exception = etsg->StoreException(tryStmt_); in EmitFinalizer() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp142 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in FastCreateTypedArray() local
193 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in AllocateTypedArrayBuffer() local
249 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in AllocateTypedArrayBuffer() local
1020 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in TypedArraySpeciesCreate() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabsint.cpp216 Class *exception = nullptr; in VerifyExcHandler() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.cpp232 ObjectHeader *exception) in Suspend()
Dinspector.cpp494 … const std::vector<BreakpointId> &hitBreakpoints, ObjectHeader *exception) in DebuggableThreadPostSuspend()
554 …onal<ExceptionDetails> Inspector::CreateExceptionDetails(PtThread thread, RemoteObject &&exception) in CreateExceptionDetails()

123