Searched refs:IsTrue (Results 1 – 8 of 8) sorted by relevance
51 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();
52 virtual bool IsTrue() const in IsTrue() function74 bool IsTrue() const override in IsTrue() function96 bool IsTrue() const override in IsTrue() function120 bool IsTrue() const override in IsTrue() function149 bool IsTrue() const override in IsTrue() function171 bool IsTrue() const override in IsTrue() function
202 if (!v->IsTrue()) { in Execute()239 if (!v->IsTrue()) { in Execute()272 if (v->IsTrue()) { in Execute()
134 if (action_ == OR_OPERATOR && left != nullptr && left->IsTrue()) { in Execute()
367 if (keyState->IsTrue()) { in GetModifierKeyState()
514 bool show = !argShow.IsNull() && argShow->IsTrue(); in SetCachedCount()
368 bool show = !argShow.IsNull() && argShow->IsTrue(); in SetCachedCount()
195 bool show = !cacheShowArg.IsNull() && cacheShowArg->IsTrue(); in SetCachedCount()