Searched refs:INTERPRETER_LOGE (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/update/updater/services/script/script_interpreter/ |
H A D | script_statement.cpp | 188 INTERPRETER_LOGE(interpreter, context, "Execute before"); in Execute() 196 INTERPRETER_LOGE(interpreter, context, "Execute for condition failed: %s", in Execute() 233 INTERPRETER_LOGE(interpreter, context, "Execute while condition failed: %s", in Execute() 265 INTERPRETER_LOGE(interpreter, context, "Execute for condition failed: %s", in Execute()
|
H A D | script_function.cpp | 87 INTERPRETER_LOGE(inter, context, "Fail to get param name %s", functionName_.c_str()); in GetParamNames()
|
H A D | script_interpreter.h | 25 #define INTERPRETER_LOGE(inter, context, format, ...) \ macro
|
H A D | script_expression.cpp | 135 INTERPRETER_LOGE(inter, local, "BinaryExpression::Execute left:%s %s", in Execute()
|