Searched refs:JsDebugLogPrint (Results 1 – 4 of 4) sorted by relevance
55 …static shared_ptr<JsValue> JsDebugLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<…
824 shared_ptr<JsValue> JsiBaseUtils::JsDebugLogPrint(const shared_ptr<JsRuntime>& runtime, in JsDebugLogPrint() function in OHOS::Ace::Framework::JsiBaseUtils
2759 …ceConsoleObj->SetProperty(runtime_, "debug", runtime_->NewFunction(JsiBaseUtils::JsDebugLogPrint)); in RegisterConsoleModule()
245 … aceConsoleObj->SetProperty(runtime, "debug", runtime->NewFunction(JsiBaseUtils::JsDebugLogPrint)); in PreloadAceConsole()