Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.cpp281 case UScriptExpression::OR_OPERATOR: in Computer()
391 case UScriptExpression::OR_OPERATOR: in Computer()
451 case UScriptExpression::OR_OPERATOR: in ComputerReturn()
H A Dscript_expression.cpp134 if (action_ == OR_OPERATOR && left != nullptr && left->IsTrue()) { in Execute()
H A Dscript_expression.h53 OR_OPERATOR enumerator
H A Dscript_yacc.y218 $$ = BinaryExpression::CreateExpression(UScriptExpression::OR_OPERATOR, $1, $3);