Home
last modified time | relevance | path

Searched refs:ReportJsErrorEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.h39 …static void ReportJsErrorEvent(std::shared_ptr<JsValue> error, std::shared_ptr<JsRuntime> runtime);
H A Djsi_base_utils.cpp568 void JsiBaseUtils::ReportJsErrorEvent(std::shared_ptr<JsValue> error, std::shared_ptr<JsRuntime> ru… in ReportJsErrorEvent() function in OHOS::Ace::Framework::JsiBaseUtils
H A Djsi_engine.cpp2944 runtime_->RegisterUncaughtExceptionHandler(JsiBaseUtils::ReportJsErrorEvent); in InitJsEnv()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp457 runtime_->RegisterUncaughtExceptionHandler(JsiBaseUtils::ReportJsErrorEvent); in InitJsEnv()