Home
last modified time | relevance | path

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

12

/arkcompiler/toolchain/test/fuzztest/pttypesfunctionremoteobject_fuzzer/
Dpttypesfunctionremoteobject_fuzzer.cpp33 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm); in PtTypesFunctionRemoteObjectFuzzTest() local
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp56 VReg exception = pg_->AllocReg(); in CleanUp() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.cpp65 compiler::VReg exception = pg->AllocReg(); in Compile() local
DforOfStatement.cpp60 compiler::VReg exception = pg->AllocReg(); in Compile() local
DtryStatement.cpp52 compiler::VReg exception = pg->AllocReg(); in CompileFinally() local
/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h72 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in Exception() local
Dtest_events.h57 ExceptionCallback exception; member
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp73 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(instance); in HWTEST_F_L0() local
96 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(instance); 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.cpp91 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in GeneratorPrototypeThrow() local
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp88 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(ecmaVm); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/
Dprotocol_handler.cpp74 auto exception = DebuggerApi::GetAndClearException(vm_); in ProcessCommand() local
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp155 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(vm); in Main() local
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb57 def self.print_exception(exception) argument
/arkcompiler/ets_runtime/ecmascript/
Djs_plural_rules.cpp272 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local
278 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local
Djs_iterator.cpp33 JSTaggedValue exception = thread->GetException(); in IteratorCloseAndReturn() local
Djs_thread.cpp124 void JSThread::SetException(JSTaggedValue exception) in SetException()
Djs_array.cpp69 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in ArrayCreate() local
Decma_context.cpp514 void EcmaContext::HandleUncaughtException(JSTaggedValue exception) in HandleUncaughtException()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp445 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in AllocateTypedArrayBuffer() local
508 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in TypedArraySpeciesCreate() local
/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp133 Local<JSValueRef> exception = Exception::ReferenceError(vm, msg); in ThrowException() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp214 StateDepend exception(ifTrue, eDepend); in ReplaceHirWithValue() local
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp182 ExceptionDetails exception; in HWTEST_F_L0() local
647 std::unique_ptr<PtJson> exception = PtJson::CreateObject(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp407 Local<ObjectRef> exception = GetAndClearUncaughtException(vm); in PrintExceptionInfo() local
1601 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in Freeze() local
1609 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in Freeze() local
1626 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in Seal() local
1634 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in Seal() local
3523 bool JSNApi::IsQuickFixCausedException(EcmaVM *vm, Local<ObjectRef> exception, const std::string &p… in IsQuickFixCausedException()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp202 auto exception = ecmaVm->GetJSThread()->GetException(); in GetAndClearException() local
208 void DebuggerApi::SetException(const EcmaVM *ecmaVm, Local<JSValueRef> exception) in SetException()

12