Home
last modified time | relevance | path

Searched refs:IsTrue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/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();
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.h52 virtual bool IsTrue() const in IsTrue() function
74 bool IsTrue() const override in IsTrue() function
96 bool IsTrue() const override in IsTrue() function
120 bool IsTrue() const override in IsTrue() function
149 bool IsTrue() const override in IsTrue() function
171 bool IsTrue() const override in IsTrue() function
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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_drag_function.cpp367 if (keyState->IsTrue()) { in GetModifierKeyState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.cpp514 bool show = !argShow.IsNull() && argShow->IsTrue(); in SetCachedCount()
H A Darkts_native_grid_bridge.cpp368 bool show = !argShow.IsNull() && argShow->IsTrue(); in SetCachedCount()
H A Darkts_native_list_bridge.cpp195 bool show = !cacheShowArg.IsNull() && cacheShowArg->IsTrue(); in SetCachedCount()