Home | History | Annotate | Download | only in jit

Lines Matching refs:typeInfo

1560            || (asObject(baseVal)->structure()->typeInfo().flags() & (ImplementsHasInstance | OverridesHasInstance)) != ImplementsHasInstance);
1565 TypeInfo typeInfo(UnspecifiedType);
1566 if (!baseVal.isObject() || !(typeInfo = asObject(baseVal)->structure()->typeInfo()).implementsHasInstance()) {
1573 ASSERT(typeInfo.type() != UnspecifiedType);
1575 if (!typeInfo.overridesHasInstance()) {
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()));