| /arkcompiler/ets_runtime/test/fuzztest/isquickfixcausedexception_fuzzer/ |
| H A D | isquickfixcausedexception_fuzzer.cpp | 31 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(vm); in IsQuickFixCausedExceptionFuzzerTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/promise/ |
| H A D | promise_test.cpp | 49 ets_string exception = env_->NewStringUTF("rejected"); in TEST_F() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| H A D | asyncFunctionBuilder.cpp | 60 VReg exception = pg_->AllocReg(); in CleanUp() local
|
| /arkcompiler/toolchain/test/fuzztest/pttypesfunctionremoteobject_fuzzer/ |
| H A D | pttypesfunctionremoteobject_fuzzer.cpp | 33 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm);
in PtTypesFunctionRemoteObjectFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_async_generator.cpp | 73 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in AsyncGeneratorPrototypeThrow() local
|
| H A D | builtins_generator.cpp | 90 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in GeneratorPrototypeThrow() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | forOfStatement.cpp | 60 compiler::VReg exception = pg->AllocReg(); in Compile() local
|
| H A D | forInStatement.cpp | 65 compiler::VReg exception = pg->AllocReg(); in Compile() local
|
| H A D | tryStatement.cpp | 52 compiler::VReg exception = pg->AllocReg(); in CompileFinally() local
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| H A D | test_hooks.h | 72 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); variable
|
| H A D | test_events.h | 58 ExceptionCallback exception; member
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| H A D | hot_reload_manager_test.cpp | 88 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(ecmaVm); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/ |
| H A D | protocol_handler.cpp | 77 auto exception = DebuggerApi::GetAndClearException(vm_); in ProcessCommand() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| H A D | quick_fix_test.cpp | 76 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 D | main.cpp | 164 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(vm); in Main() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | exception_details.h | 98 ExceptionDetails &SetExceptionObject(RemoteObject &&exception) in SetExceptionObject() argument
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| H A D | absint.cpp | 216 Class *exception = nullptr; in VerifyExcHandler() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_collection_stub_builder.cpp | 56 BRANCH(TaggedIsException(res), &exception, &noException); in Clear() local 147 BRANCH(TaggedIsException(res), &exception, exit); in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_iterator.cpp | 27 JSTaggedValue exception = thread->GetException(); in IteratorCloseAndReturn() local
|
| /arkcompiler/toolchain/tooling/backend/ |
| H A D | debugger_executor.cpp | 134 Local<JSValueRef> exception = Exception::ReferenceError(vm, msg); in ThrowException() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| H A D | debuggable_thread.cpp | 246 Suspend(ObjectRepository &objectRepository, const std::vector<BreakpointId> &hitBreakpoints, ObjectHeader *exception) Suspend() argument
|
| H A D | inspector_server.cpp | 86 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 D | api_test.h | 122 ExceptionCallback exception; member
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | dynamicContext.cpp | 233 compiler::VReg exception = etsg->StoreException(tryStmt_); in EmitFinalizer() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | runtime_interface.h | 161 static uint32_t FindCatchBlock(const Method &method, ObjectHeader *exception, uint32_t pc) in FindCatchBlock() argument
|