Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 32) sorted by relevance

12

/ark/runtime_core/runtime/
Dpanda_vm.cpp52 auto *exception = thread->GetException(); in InvokeEntrypoint() local
Dexceptions.cpp202 NO_ADDRESS_SANITIZE void FindCatchBlockInCFrames([[maybe_unused]] ObjectHeader *exception, in FindCatchBlockInCFrames()
208 NO_ADDRESS_SANITIZE void FindCatchBlockInCallStack(ObjectHeader *exception) in FindCatchBlockInCallStack()
Dmethod.cpp335 VMHandle<ObjectHeader> exception(thread, thread->GetException()); in FindCatchBlock() local
/ark/js_runtime/ecmascript/tooling/test/utils/
Dtest_hooks.h64 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in Exception() local
Dtest_events.h50 ExceptionCallback exception; member
/ark/runtime_core/tests/cts-generator/runner/
Drunner.rb24 def self.print_exception(exception) argument
/ark/runtime_core/verification/cflow/
Dcflow_info.cpp113 auto &exception = catch_block.exception_type; in DebugDump() local
160 auto &exception = catch_block.exception_type; in ProcessCatchBlocks() local
/ark/js_runtime/ecmascript/tooling/
Dprotocol_handler.cpp75 auto exception = DebuggerApi::GetAndClearException(vm_); in ProcessCommand() local
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_generator.cpp89 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in GeneratorPrototypeThrow() local
/ark/runtime_core/runtime/tests/
Dinterpreter_test.cpp172 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/
Djs_plural_rules.cpp267 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local
273 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local
Djs_thread.cpp83 void JSThread::SetException(JSTaggedValue exception) in SetException()
Djs_iterator.cpp32 JSTaggedValue exception = thread->GetException(); in IteratorCloseAndReturn() local
Decma_vm.cpp512 auto exception = thread_->GetException(); in InvokeEcmaEntrypoint() local
545 void EcmaVM::HandleUncaughtException(ObjectHeader *exception) in HandleUncaughtException()
Djs_array.cpp69 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in ArrayCreate() local
/ark/js_runtime/ecmascript/tooling/backend/
Ddebugger_api.cpp139 auto exception = ecmaVm->GetJSThread()->GetException(); in GetAndClearException() local
145 void DebuggerApi::SetException(const EcmaVM *ecmaVm, Local<JSValueRef> exception) in SetException()
Ddebugger_executor.cpp127 Local<JSValueRef> exception = Exception::ReferenceError(vm, msg); in ThrowException() local
/ark/runtime_core/verification/absint/
Dabsint.cpp216 const auto *exception = exc_handler.CachedException; in VerifyMethod() local
/ark/runtime_core/runtime/interpreter/
Druntime_interface.h167 static uint32_t FindCatchBlock(const Method &method, ObjectHeader *exception, uint32_t pc) in FindCatchBlock()
Dinterpreter-inl.h2246 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/
Dmanaged_thread.h97 void SetException(ObjectHeader *exception) in SetException()
/ark/js_runtime/ecmascript/base/
Dtyped_array_helper.cpp390 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in AllocateTypedArrayBuffer() local
/ark/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h170 …2_t FindCatchBlock([[maybe_unused]] const Method &method, [[maybe_unused]] ObjectHeader *exception, in FindCatchBlock()
/ark/js_runtime/ecmascript/tooling/test/
Ddebugger_types_test.cpp435 RemoteObject *exception = exceptionMetaData->GetException(); in HWTEST_F_L0() local
/ark/js_runtime/ecmascript/tooling/agent/
Ddebugger_impl.cpp177 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in NotifyPaused() local

12