Home
last modified time | relevance | path

Searched refs:INTERPRETER_LOGI (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_expression.cpp73 INTERPRETER_LOGI(inter, local, "Execute statements identifier %s ", identifier_.c_str()); in Execute()
75 INTERPRETER_LOGI(inter, local, "IdentifierExpression::Execute '%s = %s ' ", identifier_.c_str(), in Execute()
102INTERPRETER_LOGI(inter, local, "AssignExpression::Execute update local var '%s = %s ' ", identifie… in Execute()
129 INTERPRETER_LOGI(inter, local, "BinaryExpression::Execute "); in Execute()
144 INTERPRETER_LOGI(inter, local, "BinaryExpression::Execute left:%s %s right:%s result:%s", in Execute()
H A Dscript_statement.cpp166 INTERPRETER_LOGI(interpreter, context, "UScriptStatementList::statement result :%s", in Execute()
185 INTERPRETER_LOGI(interpreter, context, "UScriptForStatement::statement "); in Execute()
207 INTERPRETER_LOGI(interpreter, context, "Execute statements result %s ", in Execute()
218 INTERPRETER_LOGI(interpreter, context, "Execute after"); in Execute()
227 INTERPRETER_LOGI(interpreter, context, "UScriptStatementResult::statement "); in Execute()
244 INTERPRETER_LOGI(interpreter, context, "Execute statements result %s ", in Execute()
371INTERPRETER_LOGI(interpreter, context, "params result: %s", UScriptValue::ScriptToString(var).c_st… in Execute()
H A Dscript_interpreter.cpp176 INTERPRETER_LOGI(*this, context, "ExecuteNativeFunc::Execute %s ", name.c_str()); in ExecuteNativeFunc()
195INTERPRETER_LOGI(*this, context, "ExecuteNativeFunc::Execute %s result: %d", name.c_str(), ret); in ExecuteNativeFunc()
202 INTERPRETER_LOGI(*this, context, "ExecuteNativeFunc::Execute %s ", name.c_str()); in ExecuteNativeFunc()
217 INTERPRETER_LOGI(*this, context, "ExecuteNativeFunc::Execute %s result: %d", name.c_str(), ret); in ExecuteNativeFunc()
H A Dscript_function.cpp34 INTERPRETER_LOGI(inter, context, "ScriptFunction execute %s", functionName_.c_str()); in Execute()
73 INTERPRETER_LOGI(inter, context, "ScriptFunction execute %s result %s", functionName_.c_str(), in Execute()
H A Dscript_interpreter.h28 #define INTERPRETER_LOGI(inter, context, format, ...) \ macro
H A Dscript_context.cpp119 INTERPRETER_LOGI(inter, this, "FindVariable varName:%s ", id.c_str()); in FindVariable()
134 INTERPRETER_LOGI(inter, this, " Update varName:%s value: %s", id.c_str(), in UpdateVariable()