Searched refs:INTERPRETER_LOGD (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/update/updater/services/script/script_interpreter/ |
H A D | script_statement.cpp | 175 INTERPRETER_LOGD(interpreter, context, "UScriptExpressionStatement::statement "); in Execute() 178 INTERPRETER_LOGD(interpreter, context, "UScriptExpressionStatement::Execute result: %s", in Execute() 289 INTERPRETER_LOGD(interpreter, context, "UScriptStatementList::Execute "); in Execute() 305 INTERPRETER_LOGD(interpreter, context, "UScriptStatementList finish %s", in Execute()
|
H A D | script_interpreter.h | 31 #define INTERPRETER_LOGD(inter, context, format, ...) \ macro
|
H A D | script_expression.cpp | 155 INTERPRETER_LOGD(inter, local, "FunctionCallExpression::Execute %s ", functionName_.c_str()); in Execute()
|
H A D | script_interpreter.cpp | 91 INTERPRETER_LOGD(*this, context, "statements_ execute result %s ", in Execute()
|