Home
last modified time | relevance | path

Searched refs:INTERPRETER_LOGE (Results 1 – 4 of 4) sorted by relevance

/base/update/updater/services/script/script_interpreter/
Dscript_statement.cpp188 INTERPRETER_LOGE(interpreter, context, "Execute before"); in Execute()
196 INTERPRETER_LOGE(interpreter, context, "Execute for condition failed: %s", in Execute()
233 INTERPRETER_LOGE(interpreter, local, "Execute while condition failed: %s", in Execute()
265 INTERPRETER_LOGE(interpreter, context, "Execute for condition failed: %s", in Execute()
Dscript_interpreter.h25 #define INTERPRETER_LOGE(inter, context, format, ...) \ macro
Dscript_function.cpp87 INTERPRETER_LOGE(inter, context, "Fail to get param name %s", functionName_.c_str()); in GetParamNames()
Dscript_expression.cpp132 INTERPRETER_LOGE(inter, local, "BinaryExpression::Execute left:%s %s", in Execute()