Home | History | Annotate | Download | only in jit

Lines Matching refs:isCell

787     if (!baseValue.isCell())
839 if (!baseValue.isCell()) {
1302 if (baseValue.isCell()
1376 if (baseValue.isCell()
1450 if (!baseValue.isCell() || !slot.isCacheable() || asCell(baseValue)->structure()->isDictionary()) {
1558 ASSERT(!value.isCell() || !baseVal.isCell() || !proto.isCell()
2433 (src1.isCell() && asCell(src1)->structure()->typeInfo().masqueradesAsUndefined()) ||
2439 (src1.isCell() && asCell(src1)->structure()->typeInfo().masqueradesAsUndefined()) ||
2476 return src2.isCell() && asCell(src2)->structure()->typeInfo().masqueradesAsUndefined();
2479 return src2.isCell() && asCell(src2)->structure()->typeInfo().masqueradesAsUndefined();
2845 return JSValue::encode(jsBoolean(v.isCell() ? v.asCell()->structure()->typeInfo().masqueradesAsUndefined() : v.isUndefined()));