Searched refs:JsWarnLogPrint (Results 1 – 4 of 4) sorted by relevance
61 …static shared_ptr<JsValue> JsWarnLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<J…
836 shared_ptr<JsValue> JsiBaseUtils::JsWarnLogPrint(const shared_ptr<JsRuntime>& runtime, in JsWarnLogPrint() function in OHOS::Ace::Framework::JsiBaseUtils
2761 … aceConsoleObj->SetProperty(runtime_, "warn", runtime_->NewFunction(JsiBaseUtils::JsWarnLogPrint)); in RegisterConsoleModule()
247 aceConsoleObj->SetProperty(runtime, "warn", runtime->NewFunction(JsiBaseUtils::JsWarnLogPrint)); in PreloadAceConsole()