| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | asyncFunctionBuilder.cpp | 56 VReg exception = pg_->AllocReg(); in CleanUp() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | quick_fix_test.cpp | 72 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(instance); in HWTEST_F_L0() local 95 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(instance); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_hooks.h | 64 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in Exception() local
|
| D | test_events.h | 51 ExceptionCallback exception; member
|
| /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/ets_runtime/ecmascript/builtins/ |
| D | builtins_async_generator.cpp | 76 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in AsyncGeneratorPrototypeThrow() local
|
| D | builtins_generator.cpp | 90 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in GeneratorPrototypeThrow() local
|
| /arkcompiler/toolchain/tooling/ |
| D | protocol_handler.cpp | 74 auto exception = DebuggerApi::GetAndClearException(vm_); in ProcessCommand() local
|
| /arkcompiler/ets_runtime/ecmascript/quick_fix/ |
| D | main.cpp | 141 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(vm); in Main() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | tryStatement.cpp | 52 compiler::VReg exception = pg->AllocReg(); in CompileFinally() local
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/ |
| D | runner.rb | 57 def self.print_exception(exception) argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_plural_rules.cpp | 268 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local 274 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local
|
| D | ecma_vm.cpp | 537 auto exception = thread_->GetException(); in InvokeEcmaEntrypoint() local 665 void EcmaVM::HandleUncaughtException(TaggedObject *exception) in HandleUncaughtException()
|
| D | js_iterator.cpp | 33 JSTaggedValue exception = thread->GetException(); in IteratorCloseAndReturn() local
|
| D | js_thread.cpp | 120 void JSThread::SetException(JSTaggedValue exception) in SetException()
|
| D | js_array.cpp | 69 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in ArrayCreate() local
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | debugger_executor.cpp | 126 Local<JSValueRef> exception = Exception::ReferenceError(vm, msg); in ThrowException() local
|
| /arkcompiler/runtime_core/verification/cflow/ |
| D | cflow_info.cpp | 119 auto &exception = catch_block.exception_type; in DebugDump() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 420 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in AllocateTypedArrayBuffer() local 483 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in TypedArraySpeciesCreate() local
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | absint.cpp | 210 auto exception = exc_handler.CachedException; in ComputeRegContext() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 170 auto exception = ecmaVm->GetJSThread()->GetException(); in GetAndClearException() local 176 void DebuggerApi::SetException(const EcmaVM *ecmaVm, Local<JSValueRef> exception) in SetException()
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | runtime_interface.h | 160 static uint32_t FindCatchBlock(const Method &method, ObjectHeader *exception, uint32_t pc) in FindCatchBlock()
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | api_test.h | 97 ExceptionCallback exception; member
|
| /arkcompiler/runtime_core/runtime/ |
| D | method.cpp | 339 VMHandle<ObjectHeader> exception(thread, thread->GetException()); in FindCatchBlock() local
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | managed_thread.h | 97 void SetException(ObjectHeader *exception) in SetException()
|