Home
last modified time | relevance | path

Searched refs:AppDebugLogPrint (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.h31 napi_value AppDebugLogPrint(napi_env env, napi_callback_info info);
42 static shared_ptr<JsValue> AppDebugLogPrint(const shared_ptr<JsRuntime>& runtime,
H A Djsi_base_utils.cpp742 shared_ptr<JsValue> JsiBaseUtils::AppDebugLogPrint(const shared_ptr<JsRuntime>& runtime, in AppDebugLogPrint() function in OHOS::Ace::Framework::JsiBaseUtils
925 napi_value AppDebugLogPrint(napi_env env, napi_callback_info info) in AppDebugLogPrint() function
H A Djsi_engine.cpp2750 … consoleObj->SetProperty(runtime_, "debug", runtime_->NewFunction(JsiBaseUtils::AppDebugLogPrint)); in RegisterConsoleModule()
2783 napi_create_function(env, "debug", strlen("debug"), AppDebugLogPrint, nullptr, &debugValue); in RegisterConsoleModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp234 consoleObj->SetProperty(runtime, "debug", runtime->NewFunction(JsiBaseUtils::AppDebugLogPrint)); in PreloadConsole()
734 napi_create_function(env, "debug", strlen("debug"), AppDebugLogPrint, nullptr, &debugValue); in InitConsoleModule()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp197 napi_create_function(env, "debug", strlen("debug"), AppDebugLogPrint, nullptr, &debugValue); in RegisterConsoleModule()