/arkcompiler/toolchain/test/fuzztest/pttypesfunctionremoteobject_fuzzer/ |
D | pttypesfunctionremoteobject_fuzzer.cpp | 33 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm); in PtTypesFunctionRemoteObjectFuzzTest() local
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
D | asyncFunctionBuilder.cpp | 56 VReg exception = pg_->AllocReg(); in CleanUp() local
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | forInStatement.cpp | 65 compiler::VReg exception = pg->AllocReg(); in Compile() local
|
D | forOfStatement.cpp | 60 compiler::VReg exception = pg->AllocReg(); in Compile() local
|
D | tryStatement.cpp | 52 compiler::VReg exception = pg->AllocReg(); in CompileFinally() local
|
/arkcompiler/toolchain/tooling/test/utils/ |
D | test_hooks.h | 72 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in Exception() local
|
D | test_events.h | 57 ExceptionCallback exception; member
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | quick_fix_test.cpp | 73 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/ |
D | builtins_async_generator.cpp | 76 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in AsyncGeneratorPrototypeThrow() local
|
D | builtins_generator.cpp | 91 JSHandle<JSTaggedValue> exception = GetCallArg(argv, 0); in GeneratorPrototypeThrow() local
|
/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/toolchain/tooling/ |
D | protocol_handler.cpp | 74 auto exception = DebuggerApi::GetAndClearException(vm_); in ProcessCommand() local
|
/arkcompiler/ets_runtime/ecmascript/quick_fix/ |
D | main.cpp | 155 Local<ObjectRef> exception = JSNApi::GetAndClearUncaughtException(vm); in Main() 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 | 272 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local 278 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in FormatNumericToString() local
|
D | js_iterator.cpp | 33 JSTaggedValue exception = thread->GetException(); in IteratorCloseAndReturn() local
|
D | js_thread.cpp | 124 void JSThread::SetException(JSTaggedValue exception) in SetException()
|
D | js_array.cpp | 69 JSHandle<JSTaggedValue> exception(thread, JSTaggedValue::Exception()); in ArrayCreate() local
|
D | ecma_context.cpp | 514 void EcmaContext::HandleUncaughtException(JSTaggedValue exception) in HandleUncaughtException()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | typed_array_helper.cpp | 445 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in AllocateTypedArrayBuffer() local 508 JSHandle<JSObject> exception(thread, JSTaggedValue::Exception()); in TypedArraySpeciesCreate() local
|
/arkcompiler/toolchain/tooling/backend/ |
D | debugger_executor.cpp | 133 Local<JSValueRef> exception = Exception::ReferenceError(vm, msg); in ThrowException() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | builtins_lowering.cpp | 214 StateDepend exception(ifTrue, eDepend); in ReplaceHirWithValue() local
|
/arkcompiler/toolchain/tooling/test/ |
D | pt_types_test.cpp | 182 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/ |
D | jsnapi.cpp | 407 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/ |
D | debugger_api.cpp | 202 auto exception = ecmaVm->GetJSThread()->GetException(); in GetAndClearException() local 208 void DebuggerApi::SetException(const EcmaVM *ecmaVm, Local<JSValueRef> exception) in SetException()
|