Home
last modified time | relevance | path

Searched refs:HasPendingException (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp623 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 …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp109 if (arkObjectRef.IsEmpty() || pandaRuntime->HasPendingException()) { in HandleContext()
117 if (obj.IsEmpty() || pandaRuntime->HasPendingException()) { in HandleContext()
H A Dark_js_value.cpp136 return value_.IsEmpty() || pandaRuntime->HasPendingException();
411 return value_.IsEmpty() || runtime->HasPendingException(); in CheckException()
416 return value.IsEmpty() || runtime->HasPendingException(); in CheckException()
H A Djs_runtime.h88 virtual bool HasPendingException() = 0;
H A Dark_js_runtime.cpp372 bool ArkJSRuntime::HasPendingException() in HasPendingException() function in OHOS::Ace::Framework::ArkJSRuntime
374 return JSNApi::HasPendingException(vm_); in HasPendingException()
H A Dark_js_runtime.h99 bool HasPendingException() override;
H A Djsi_canvas_bridge.cpp387 if (obj.IsEmpty() || pandaRuntime->HasPendingException()) { in HandleWebglContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.cpp31 hasPendingExpection = nativeEngine_->HasPendingException(); in RunNativeEngineLoop()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_timer_module.cpp102 if (engine->HasPendingException()) { in operator ()()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1205 if (panda::JSNApi::HasPendingException(vm_)) { in CallFunction()
2298 bool ArkNativeEngine::HasPendingException() in HasPendingException() function in ArkNativeEngine
2300 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()
H A Dark_native_engine.h303 bool HasPendingException() override;
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.cpp37 if (!JSNApi::HasPendingException(vm)) { in ARKTSInner_ReportJSErrors()
716 if (JSNApi::HasPendingException(vm)) { in ARKTS_Throw()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.cpp852 if (panda::JSNApi::HasPendingException(vm)) { in RunScriptForAbc()
893 if (panda::JSNApi::HasPendingException(vm)) { in RunScriptInRestrictedThread()
H A Dnative_engine.h380 virtual bool HasPendingException() in HasPendingException() function
H A Dnative_api.cpp2380 *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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h406 hasPendingExpection = nativeEngine_->HasPendingException(); in RunNativeEngineLoop()
H A Djsi_declarative_engine.cpp2186 if (objXComp.IsEmpty() || pandaRuntime->HasPendingException()) { in FireExternalEvent()
2272 if (objXComp.IsEmpty() || pandaRuntime->HasPendingException()) { in FireExternalEvent()