Searched refs:isReflectValue (Results 1 – 3 of 3) sorted by relevance
70 DEFINE_CSS_VALUE_TYPE_CASTS(CSSReflectValue, isReflectValue());
91 bool isReflectValue() const { return m_classType == ReflectClass; } in isReflectValue() function
1114 if (value->isReflectValue()) { in hasVariableReference()1393 if (!value->isReflectValue()) in oldApplyProperty()