| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/ |
| D | evaluation_engine.cpp | 43 auto *exception = thread_->GetException(); in EvaluateExpression() local
|
| /arkcompiler/toolchain/tooling/static/evaluation/ |
| D | evaluation_engine.cpp | 43 auto *exception = thread_->GetException(); in EvaluateExpression() local
|
| /arkcompiler/toolchain/test/fuzztest/pttypesfunctionremoteobject_fuzzer/ |
| D | pttypesfunctionremoteobject_fuzzer.cpp | 33 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm); in PtTypesFunctionRemoteObjectFuzzTest() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | asyncFunctionBuilder.cpp | 60 VReg exception = pg_->AllocReg(); in CleanUp() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/promise/ |
| D | promise_test.cpp | 50 ets_string exception = env_->NewStringUTF("rejected"); in TEST_F() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | forInStatement.cpp | 60 compiler::VReg exception = pg->AllocReg(); in Compile() local
|
| D | forOfStatement.cpp | 54 compiler::VReg exception = pg->AllocReg(); in Compile() local
|
| D | tryStatement.cpp | 51 compiler::VReg exception = pg->AllocReg(); in CompileFinally() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_async_generator.cpp | 73 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in AsyncGeneratorPrototypeThrow() local
|
| D | builtins_generator.cpp | 90 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in GeneratorPrototypeThrow() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| D | hot_reload_manager_test.cpp | 88 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(ecmaVm); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | exception_details.h | 99 ExceptionDetails &SetExceptionObject(RemoteObject &&exception) in SetExceptionObject()
|
| /arkcompiler/toolchain/tooling/static/types/ |
| D | exception_details.h | 99 ExceptionDetails &SetExceptionObject(RemoteObject &&exception) in SetExceptionObject()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | quick_fix_test.cpp | 75 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(instance); in HWTEST_F_L0() local 98 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(instance); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/dynamic/ |
| D | protocol_handler.cpp | 75 auto exception = DebuggerApi::GetAndClearException(vm_); in ProcessCommand() local
|
| /arkcompiler/toolchain/tooling/dynamic/test/utils/ |
| D | test_hooks.h | 72 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in Exception() local
|
| D | test_events.h | 58 ExceptionCallback exception; member
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/ |
| D | runner.rb | 57 def self.print_exception(exception) argument
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/ |
| D | runner.rb | 57 def self.print_exception(exception) argument
|
| /arkcompiler/ets_runtime/ecmascript/quick_fix/ |
| D | main.cpp | 151 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(vm); in Main() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_collection_stub_builder.cpp | 54 Label exception(env); in Clear() local 146 Label exception(env); in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_plural_rules.cpp | 274 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local 280 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local
|
| D | js_thread.cpp | 305 void JSThread::SetException(JSTaggedValue exception) in SetException() 318 void JSThread::HandleUncaughtException(JSTaggedValue exception) in HandleUncaughtException() 349 JSTaggedValue exception = GetException(); in HandleUncaughtException() local 480 void JSThread::SetJitCodeMap(JSTaggedType exception, MachineCode* machineCode, std::string &method… in SetJitCodeMap()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | dynamicContext.cpp | 235 compiler::VReg exception = etsg->StoreException(tryStmt_); in EmitFinalizer() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 141 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in FastCreateTypedArray() local 192 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in AllocateTypedArrayBuffer() local 248 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in AllocateTypedArrayBuffer() local 1019 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in TypedArraySpeciesCreate() local
|