Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp364 sharedThis->HandleUncaughtExceptionWithoutNativeEngine(tryCatch, nullptr); in RegisterUncaughtExceptionHandler()
396 HandleUncaughtExceptionWithoutNativeEngine(trycatch, errorCallback); in HandleUncaughtException()
399 void ArkJSRuntime::HandleUncaughtExceptionWithoutNativeEngine(panda::TryCatch& trycatch, in HandleUncaughtExceptionWithoutNativeEngine() function in OHOS::Ace::Framework::ArkJSRuntime
H A Djs_runtime.h86 virtual void HandleUncaughtExceptionWithoutNativeEngine(panda::TryCatch& tryCatch,
H A Dark_js_runtime.h97 void HandleUncaughtExceptionWithoutNativeEngine(panda::TryCatch& trycatch,