Searched refs:masqueradesAsUndefined (Results 1 – 7 of 7) sorted by relevance
74 if (asObject(v)->structure()->typeInfo().masqueradesAsUndefined()) in jsTypeStringForValue()92 if (asObject(v)->structure()->typeInfo().masqueradesAsUndefined()) in jsIsObjectType()
65 bool masqueradesAsUndefined() const { return m_flags & MasqueradesAsUndefined; } in masqueradesAsUndefined() function
263 return v2.asCell()->structure()->typeInfo().masqueradesAsUndefined(); in equalSlowCaseInline()269 return v1.asCell()->structure()->typeInfo().masqueradesAsUndefined(); in equalSlowCaseInline()
2877 (src1.isCell() && src1.asCell()->structure()->typeInfo().masqueradesAsUndefined()) in DEFINE_STUB_FUNCTION()2883 (src1.isCell() && src1.asCell()->structure()->typeInfo().masqueradesAsUndefined()) in DEFINE_STUB_FUNCTION()2920 return src2.isCell() && src2.asCell()->structure()->typeInfo().masqueradesAsUndefined(); in DEFINE_STUB_FUNCTION()2923 return src2.isCell() && src2.asCell()->structure()->typeInfo().masqueradesAsUndefined(); in DEFINE_STUB_FUNCTION()3278 …ncode(jsBoolean(v.isCell() ? v.asCell()->structure()->typeInfo().masqueradesAsUndefined() : v.isUn… in DEFINE_STUB_FUNCTION()
1599 …R(dst) = jsBoolean(src.isCell() && src.asCell()->structure()->typeInfo().masqueradesAsUndefined()); in privateExecute()1639 …dst) = jsBoolean(!src.isCell() || !src.asCell()->structure()->typeInfo().masqueradesAsUndefined()); in privateExecute()2173 …st) = jsBoolean(v.isCell() ? v.asCell()->structure()->typeInfo().masqueradesAsUndefined() : v.isUn… in privateExecute()3511 …() || (srcValue.isCell() && srcValue.asCell()->structure()->typeInfo().masqueradesAsUndefined())) { in privateExecute()3529 … && (!srcValue.isCell() || !srcValue.asCell()->structure()->typeInfo().masqueradesAsUndefined())) { in privateExecute()
33284 - replace masqueradesAsUndefined virtual method with a flag in TypeInfo33308 (JSC::TypeInfo::masqueradesAsUndefined):
86976 - replace masqueradesAsUndefined virtual method with a flag in TypeInfo