Home
last modified time | relevance | path

Searched refs:IsTrue (Results 1 - 4 of 4) sorted by relevance

/base/update/updater/services/script/script_interpreter/
H A Dscript_context.h52 virtual bool IsTrue() const in IsTrue() function in Uscript::UScriptValue
74 bool IsTrue() const override
96 bool IsTrue() const override
120 bool IsTrue() const override
149 bool IsTrue() const override
171 bool IsTrue() const override
H A Dscript_statement.cpp202 if (!v->IsTrue()) { in Execute()
239 if (!v->IsTrue()) { in Execute()
272 if (v->IsTrue()) { in Execute()
H A Dscript_expression.cpp134 if (action_ == OR_OPERATOR && left != nullptr && left->IsTrue()) { in Execute()
/base/update/updater/test/unittest/script/
H A Dscript_interpreter_unittest.cpp51 value->IsTrue(); in TestScriptInterpreterScriptValue()
61 iv->IsTrue(); in TestScriptInterpreterScriptValue()
69 fv->IsTrue(); in TestScriptInterpreterScriptValue()
76 sv->IsTrue(); in TestScriptInterpreterScriptValue()
83 rv->IsTrue(); in TestScriptInterpreterScriptValue()
93 ev->IsTrue(); in TestScriptInterpreterScriptValue()
236 bool b1 = a6->IsTrue(); in HWTEST_F()

Completed in 4 milliseconds