Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp56 VReg exception = pg_->AllocReg(); in CleanUp() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp72 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/
Dtest_hooks.h64 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in Exception() local
Dtest_events.h51 ExceptionCallback exception; member
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp88 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(ecmaVm); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_generator.cpp76 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in AsyncGeneratorPrototypeThrow() local
Dbuiltins_generator.cpp90 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in GeneratorPrototypeThrow() local
/arkcompiler/toolchain/tooling/
Dprotocol_handler.cpp74 auto exception = DebuggerApi::GetAndClearException(vm_); in ProcessCommand() local
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp141 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(vm); in Main() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.cpp52 compiler::VReg exception = pg->AllocReg(); in CompileFinally() local
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb57 def self.print_exception(exception) argument
/arkcompiler/ets_runtime/ecmascript/
Djs_plural_rules.cpp268 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local
274 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local
Decma_vm.cpp537 auto exception = thread_->GetException(); in InvokeEcmaEntrypoint() local
665 void EcmaVM::HandleUncaughtException(TaggedObject *exception) in HandleUncaughtException()
Djs_iterator.cpp33 JSTaggedValue exception = thread->GetException(); in IteratorCloseAndReturn() local
Djs_thread.cpp120 void JSThread::SetException(JSTaggedValue exception) in SetException()
Djs_array.cpp69 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in ArrayCreate() local
/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp126 Local<JSValueRef> exception = Exception::ReferenceError(vm, msg); in ThrowException() local
/arkcompiler/runtime_core/verification/cflow/
Dcflow_info.cpp119 auto &exception = catch_block.exception_type; in DebugDump() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp420 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in AllocateTypedArrayBuffer() local
483 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in TypedArraySpeciesCreate() local
/arkcompiler/runtime_core/verification/absint/
Dabsint.cpp210 auto exception = exc_handler.CachedException; in ComputeRegContext() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp170 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/
Druntime_interface.h160 static uint32_t FindCatchBlock(const Method &method, ObjectHeader *exception, uint32_t pc) in FindCatchBlock()
/arkcompiler/runtime_core/runtime/tests/tooling/
Dapi_test.h97 ExceptionCallback exception; member
/arkcompiler/runtime_core/runtime/
Dmethod.cpp339 VMHandle<ObjectHeader> exception(thread, thread->GetException()); in FindCatchBlock() local
/arkcompiler/runtime_core/runtime/include/
Dmanaged_thread.h97 void SetException(ObjectHeader *exception) in SetException()

12