Searched refs:HasPendingException (Results 1 – 17 of 17) sorted by relevance
623 if (arkJSRuntime->HasPendingException()) { in CallFunc()692 if (arkJSRuntime->HasPendingException()) { in CallFuncWithDefaultThis()754 if (arkJSRuntime->HasPendingException()) { in CallFunc()818 if (arkJSRuntime->HasPendingException()) { in CallAsyncFunc()932 if (arkJSRuntime->HasPendingException()) { in Insert()989 if (arkJSRuntime->HasPendingException()) { in Call()1035 if (arkJSRuntime->HasPendingException()) { in BatchInsert()1083 if (arkJSRuntime->HasPendingException()) { in Query()1131 if (arkJSRuntime->HasPendingException()) { in Update()1162 if (arkJSRuntime->HasPendingException()) { in Delete()[all …]
109 if (arkObjectRef.IsEmpty() || pandaRuntime->HasPendingException()) { in HandleContext()117 if (obj.IsEmpty() || pandaRuntime->HasPendingException()) { in HandleContext()
136 return value_.IsEmpty() || pandaRuntime->HasPendingException();411 return value_.IsEmpty() || runtime->HasPendingException(); in CheckException()416 return value.IsEmpty() || runtime->HasPendingException(); in CheckException()
88 virtual bool HasPendingException() = 0;
372 bool ArkJSRuntime::HasPendingException() in HasPendingException() function in OHOS::Ace::Framework::ArkJSRuntime374 return JSNApi::HasPendingException(vm_); in HasPendingException()
99 bool HasPendingException() override;
387 if (obj.IsEmpty() || pandaRuntime->HasPendingException()) { in HandleWebglContext()
31 hasPendingExpection = nativeEngine_->HasPendingException(); in RunNativeEngineLoop()
102 if (engine->HasPendingException()) { in operator ()()
1205 if (panda::JSNApi::HasPendingException(vm_)) { in CallFunction()2298 bool ArkNativeEngine::HasPendingException() in HasPendingException() function in ArkNativeEngine2300 return panda::JSNApi::HasPendingException(vm_); in HasPendingException()2436 if (panda::JSNApi::HasPendingException(vm_)) { in RunScriptPath()2530 if (panda::JSNApi::HasPendingException(vm_)) { in RunScriptBuffer()2556 if (panda::JSNApi::HasPendingException(vm_)) { in RunScriptBuffer()2575 if (panda::JSNApi::HasPendingException(vm_)) { in RunBufferScript()2626 if (panda::JSNApi::HasPendingException(vm_)) { in RunActor()
303 bool HasPendingException() override;
37 if (!JSNApi::HasPendingException(vm)) { in ARKTSInner_ReportJSErrors()716 if (JSNApi::HasPendingException(vm)) { in ARKTS_Throw()
852 if (panda::JSNApi::HasPendingException(vm)) { in RunScriptForAbc()893 if (panda::JSNApi::HasPendingException(vm)) { in RunScriptInRestrictedThread()
380 virtual bool HasPendingException() in HasPendingException() function
2380 *result = panda::JSNApi::HasPendingException(vm); in napi_is_exception_pending()2879 if (panda::JSNApi::HasPendingException(engine->GetEcmaVm())) { in napi_create_promise()3706 if (panda::JSNApi::HasPendingException(vm)) { in napi_create_bigint_words()
406 hasPendingExpection = nativeEngine_->HasPendingException(); in RunNativeEngineLoop()
2186 if (objXComp.IsEmpty() || pandaRuntime->HasPendingException()) { in FireExternalEvent()2272 if (objXComp.IsEmpty() || pandaRuntime->HasPendingException()) { in FireExternalEvent()