Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_function.cpp46 return std::make_shared<ErrorValue>(USCRIPT_ERROR_INTERPRET); in Execute()
52 return std::make_shared<ErrorValue>(USCRIPT_ERROR_INTERPRET); in Execute()
H A Dscript_context.cpp167 return std::make_shared<ErrorValue>(USCRIPT_ERROR_INTERPRET); in Computer()
242 UScriptValuePtr retValue = std::make_shared<ErrorValue>(USCRIPT_ERROR_INTERPRET); in Computer()
354 UScriptValuePtr retValue = std::make_shared<ErrorValue>(USCRIPT_ERROR_INTERPRET); in Computer()
456 return std::make_shared<ErrorValue>(USCRIPT_ERROR_INTERPRET); in ComputerReturn()
462 UScriptValuePtr defReturn = std::make_shared<ErrorValue>(USCRIPT_ERROR_INTERPRET); in Computer()
522 UScriptValuePtr defReturn = std::make_shared<ErrorValue>(USCRIPT_ERROR_INTERPRET); in Computer()
H A Dscript_expression.cpp149 return std::make_shared<ErrorValue>(USCRIPT_ERROR_INTERPRET); in Execute()
H A Dscript_interpreter.cpp174 std::shared_ptr<ErrorValue> error = std::make_shared<ErrorValue>(USCRIPT_ERROR_INTERPRET); in ExecuteNativeFunc()
H A Dscript_statement.cpp43 SetError(USCRIPT_ERROR_INTERPRET); in UpdateStatementResult()
/ohos5.0/base/update/updater/services/include/script/
H A Dscript_manager.h37 USCRIPT_ERROR_INTERPRET, enumerator