Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_statement.cpp175 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 Dscript_interpreter.h31 #define INTERPRETER_LOGD(inter, context, format, ...) \ macro
H A Dscript_expression.cpp155 INTERPRETER_LOGD(inter, local, "FunctionCallExpression::Execute %s ", functionName_.c_str()); in Execute()
H A Dscript_interpreter.cpp91 INTERPRETER_LOGD(*this, context, "statements_ execute result %s ", in Execute()