Searched refs:ReportJsErrorEvent (Results 1 – 4 of 4) sorted by relevance
39 …static void ReportJsErrorEvent(std::shared_ptr<JsValue> error, std::shared_ptr<JsRuntime> runtime);
568 void JsiBaseUtils::ReportJsErrorEvent(std::shared_ptr<JsValue> error, std::shared_ptr<JsRuntime> ru… in ReportJsErrorEvent() function in OHOS::Ace::Framework::JsiBaseUtils
2944 runtime_->RegisterUncaughtExceptionHandler(JsiBaseUtils::ReportJsErrorEvent); in InitJsEnv()
457 runtime_->RegisterUncaughtExceptionHandler(JsiBaseUtils::ReportJsErrorEvent); in InitJsEnv()