Home
last modified time | relevance | path

Searched refs:GetNapiUncaughtExceptionCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h342 NapiUncaughtExceptionCallback GetNapiUncaughtExceptionCallback() override in GetNapiUncaughtExceptionCallback() function
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h392 virtual NapiUncaughtExceptionCallback GetNapiUncaughtExceptionCallback() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp1289 NapiUncaughtExceptionCallback callback = arkNativeEngine->GetNapiUncaughtExceptionCallback(); in JSHandleUncaughtException()