Searched refs:AppErrorLogPrint (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_base_utils.h | 34 napi_value AppErrorLogPrint(napi_env env, napi_callback_info info); 51 static shared_ptr<JsValue> AppErrorLogPrint(const shared_ptr<JsRuntime>& runtime,
|
H A D | jsi_base_utils.cpp | 763 shared_ptr<JsValue> JsiBaseUtils::AppErrorLogPrint(const shared_ptr<JsRuntime>& runtime, in AppErrorLogPrint() function in OHOS::Ace::Framework::JsiBaseUtils 940 napi_value AppErrorLogPrint(napi_env env, napi_callback_info info) in AppErrorLogPrint() function
|
H A D | jsi_engine.cpp | 2753 … consoleObj->SetProperty(runtime_, "error", runtime_->NewFunction(JsiBaseUtils::AppErrorLogPrint)); in RegisterConsoleModule() 2789 napi_create_function(env, "error", strlen("error"), AppErrorLogPrint, nullptr, &errorValue); in RegisterConsoleModule()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 237 consoleObj->SetProperty(runtime, "error", runtime->NewFunction(JsiBaseUtils::AppErrorLogPrint)); in PreloadConsole() 740 napi_create_function(env, "error", strlen("error"), AppErrorLogPrint, nullptr, &errorValue); in InitConsoleModule()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
H A D | jsi_pa_engine.cpp | 203 napi_create_function(env, "error", strlen("error"), AppErrorLogPrint, nullptr, &errorValue); in RegisterConsoleModule()
|