| /ark/runtime_core/runtime/ |
| D | panda_vm.cpp | 52 auto *exception = thread->GetException(); in InvokeEntrypoint() local
|
| D | exceptions.cpp | 202 NO_ADDRESS_SANITIZE void FindCatchBlockInCFrames([[maybe_unused]] ObjectHeader *exception, in FindCatchBlockInCFrames() 208 NO_ADDRESS_SANITIZE void FindCatchBlockInCallStack(ObjectHeader *exception) in FindCatchBlockInCallStack()
|
| D | method.cpp | 335 VMHandle<ObjectHeader> exception(thread, thread->GetException()); in FindCatchBlock() local
|
| /ark/js_runtime/ecmascript/tooling/test/utils/ |
| D | test_hooks.h | 64 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in Exception() local
|
| D | test_events.h | 50 ExceptionCallback exception; member
|
| /ark/runtime_core/tests/cts-generator/runner/ |
| D | runner.rb | 24 def self.print_exception(exception) argument
|
| /ark/runtime_core/verification/cflow/ |
| D | cflow_info.cpp | 113 auto &exception = catch_block.exception_type; in DebugDump() local 160 auto &exception = catch_block.exception_type; in ProcessCatchBlocks() local
|
| /ark/js_runtime/ecmascript/tooling/ |
| D | protocol_handler.cpp | 75 auto exception = DebuggerApi::GetAndClearException(vm_); in ProcessCommand() local
|
| /ark/js_runtime/ecmascript/builtins/ |
| D | builtins_generator.cpp | 89 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in GeneratorPrototypeThrow() local
|
| /ark/runtime_core/runtime/tests/ |
| D | interpreter_test.cpp | 172 ObjectHeader *exception = ObjectHeader::Create(cls); in CreateException() local 758 ObjectHeader *exception = CreateException(thread); in TestBinOp2() local 930 ObjectHeader *exception = CreateException(thread); in TestBinOp() local 1040 ObjectHeader *exception = CreateException(thread); in TestBinOpImm() local 1512 ObjectHeader *exception = CreateException(thread); in TestNewArrayExceptions() local 1632 ObjectHeader *exception = CreateException(thread); in TestLoadArrayExceptions() local 1713 ObjectHeader *exception = CreateException(thread); in TestLoadArrayExceptions() local 1796 ObjectHeader *exception = CreateException(thread); in TestLoadArrayExceptions() local 1894 ObjectHeader *exception = CreateException(thread); in TestStoreArrayExceptions() local 1974 ObjectHeader *exception = CreateException(thread); in TestStoreArrayExceptions() local [all …]
|
| /ark/js_runtime/ecmascript/ |
| D | js_plural_rules.cpp | 267 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local 273 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local
|
| D | js_thread.cpp | 83 void JSThread::SetException(JSTaggedValue exception) in SetException()
|
| D | js_iterator.cpp | 32 JSTaggedValue exception = thread->GetException(); in IteratorCloseAndReturn() local
|
| D | ecma_vm.cpp | 512 auto exception = thread_->GetException(); in InvokeEcmaEntrypoint() local 545 void EcmaVM::HandleUncaughtException(ObjectHeader *exception) in HandleUncaughtException()
|
| D | js_array.cpp | 69 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in ArrayCreate() local
|
| /ark/js_runtime/ecmascript/tooling/backend/ |
| D | debugger_api.cpp | 139 auto exception = ecmaVm->GetJSThread()->GetException(); in GetAndClearException() local 145 void DebuggerApi::SetException(const EcmaVM *ecmaVm, Local<JSValueRef> exception) in SetException()
|
| D | debugger_executor.cpp | 127 Local<JSValueRef> exception = Exception::ReferenceError(vm, msg); in ThrowException() local
|
| /ark/runtime_core/verification/absint/ |
| D | absint.cpp | 216 const auto *exception = exc_handler.CachedException; in VerifyMethod() local
|
| /ark/runtime_core/runtime/interpreter/ |
| D | runtime_interface.h | 167 static uint32_t FindCatchBlock(const Method &method, ObjectHeader *exception, uint32_t pc) in FindCatchBlock()
|
| D | interpreter-inl.h | 2246 ObjectHeader *exception = this->GetFrame()->GetVReg(vs).GetReference(); in HandleThrow() local 2321 uint32_t FindCatchBlock(ObjectHeader *exception, uint32_t pc) const in FindCatchBlock()
|
| /ark/runtime_core/runtime/include/ |
| D | managed_thread.h | 97 void SetException(ObjectHeader *exception) in SetException()
|
| /ark/js_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 390 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in AllocateTypedArrayBuffer() local
|
| /ark/runtime_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 170 …2_t FindCatchBlock([[maybe_unused]] const Method &method, [[maybe_unused]] ObjectHeader *exception, in FindCatchBlock()
|
| /ark/js_runtime/ecmascript/tooling/test/ |
| D | debugger_types_test.cpp | 435 RemoteObject *exception = exceptionMetaData->GetException(); in HWTEST_F_L0() local
|
| /ark/js_runtime/ecmascript/tooling/agent/ |
| D | debugger_impl.cpp | 177 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in NotifyPaused() local
|