Home
last modified time | relevance | path

Searched defs:exception (Results 1 - 25 of 56) sorted by relevance

123

/arkcompiler/ets_runtime/test/fuzztest/isquickfixcausedexception_fuzzer/
H A Disquickfixcausedexception_fuzzer.cpp31 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(vm); in IsQuickFixCausedExceptionFuzzerTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/promise/
H A Dpromise_test.cpp49 ets_string exception = env_->NewStringUTF("rejected"); in TEST_F() local
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DasyncFunctionBuilder.cpp60 VReg exception = pg_->AllocReg(); in CleanUp() local
/arkcompiler/toolchain/test/fuzztest/pttypesfunctionremoteobject_fuzzer/
H A Dpttypesfunctionremoteobject_fuzzer.cpp33 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm); in PtTypesFunctionRemoteObjectFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_async_generator.cpp73 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in AsyncGeneratorPrototypeThrow() local
H A Dbuiltins_generator.cpp90 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in GeneratorPrototypeThrow() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforOfStatement.cpp60 compiler::VReg exception = pg->AllocReg(); in Compile() local
H A DforInStatement.cpp65 compiler::VReg exception = pg->AllocReg(); in Compile() local
H A DtryStatement.cpp52 compiler::VReg exception = pg->AllocReg(); in CompileFinally() local
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_hooks.h72 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); variable
H A Dtest_events.h58 ExceptionCallback exception; member
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Dhot_reload_manager_test.cpp88 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(ecmaVm); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/
H A Dprotocol_handler.cpp77 auto exception = DebuggerApi::GetAndClearException(vm_); in ProcessCommand() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Dquick_fix_test.cpp76 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(instance); in HWTEST_F_L0() local
99 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(instance); in HWTEST_F_L0() local
135 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(instance); in HWTEST_F_L0() local
158 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(instance); in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/quick_fix/
H A Dmain.cpp164 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(vm); in Main() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dexception_details.h98 ExceptionDetails &SetExceptionObject(RemoteObject &&exception) in SetExceptionObject() argument
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabsint.cpp216 Class *exception = nullptr; in VerifyExcHandler() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collection_stub_builder.cpp56 BRANCH(TaggedIsException(res), &exception, &noException); in Clear() local
147 BRANCH(TaggedIsException(res), &exception, exit); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_iterator.cpp27 JSTaggedValue exception = thread->GetException(); in IteratorCloseAndReturn() local
/arkcompiler/toolchain/tooling/backend/
H A Ddebugger_executor.cpp134 Local<JSValueRef> exception = Exception::ReferenceError(vm, msg); in ThrowException() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebuggable_thread.cpp246 Suspend(ObjectRepository &objectRepository, const std::vector<BreakpointId> &hitBreakpoints, ObjectHeader *exception) Suspend() argument
H A Dinspector_server.cpp86 CallDebuggerPaused(PtThread thread, const std::vector<BreakpointId> &hitBreakpoints, const std::optional<RemoteObject> &exception, const std::function<void(const FrameInfoHandler &)> &enumerateFrames) CallDebuggerPaused() argument
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dapi_test.h122 ExceptionCallback exception; member
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.cpp233 compiler::VReg exception = etsg->StoreException(tryStmt_); in EmitFinalizer() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Druntime_interface.h161 static uint32_t FindCatchBlock(const Method &method, ObjectHeader *exception, uint32_t pc) in FindCatchBlock() argument

Completed in 11 milliseconds

123