Home
last modified time | relevance | path

Searched refs:GetAndClearException (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/toolchain/test/fuzztest/pttypesfunctionremoteobject_fuzzer/
H A Dpttypesfunctionremoteobject_fuzzer.cpp33 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm); in PtTypesFunctionRemoteObjectFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/trycatch_fuzzer/
H A Dtrycatch_fuzzer.cpp76 trycatch.GetAndClearException(); in GetAndClearExceptionFuzzTest()
/arkcompiler/toolchain/tooling/
H A Dprotocol_handler.cpp77 auto exception = DebuggerApi::GetAndClearException(vm_); in ProcessCommand()
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_hooks.h72 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_);
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.h108 static Local<JSValueRef> GetAndClearException(const EcmaVM *ecmaVm);
H A Ddebugger_api.cpp218 Local<JSValueRef> DebuggerApi::GetAndClearException(const EcmaVM *ecmaVm) in GetAndClearException() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp925 HWTEST_F_L0(JSNApiTests, GetAndClearException) in HWTEST_F_L0()
934 tryCatch.GetAndClearException(); in HWTEST_F_L0()
H A Djsnapi_sample.cpp3035 Local<ObjectRef> exception = tryCatch.GetAndClearException(); in ClearAndPrintException4TryCatch1()
3077 Local<ObjectRef> exception = tryCatch.GetAndClearException(); in PrintAndRethrowException4TryCatch3()
H A Dffi_workload.cpp6477 tryCatch.GetAndClearException(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h983 Local<ObjectRef> GetAndClearException();
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp296 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in NotifyPaused()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp6308 Local<ObjectRef> TryCatch::GetAndClearException() in GetAndClearException() function in panda::TryCatch

Completed in 45 milliseconds