Searched refs:JsErrorLogPrint (Results 1 – 4 of 4) sorted by relevance
64 …static shared_ptr<JsValue> JsErrorLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<…
842 shared_ptr<JsValue> JsiBaseUtils::JsErrorLogPrint(const shared_ptr<JsRuntime>& runtime, in JsErrorLogPrint() function in OHOS::Ace::Framework::JsiBaseUtils
2762 …ceConsoleObj->SetProperty(runtime_, "error", runtime_->NewFunction(JsiBaseUtils::JsErrorLogPrint)); in RegisterConsoleModule()
248 … aceConsoleObj->SetProperty(runtime, "error", runtime->NewFunction(JsiBaseUtils::JsErrorLogPrint)); in PreloadAceConsole()