Home | History | Annotate | Download | only in interpreter

Lines Matching refs:asCell

918     JSCell* baseCell = asCell(baseValue);
1008 Structure* structure = asCell(baseValue)->structure();
1263 callFrame->r(dst) = jsBoolean(src.isCell() && src.asCell()->structure()->typeInfo().masqueradesAsUndefined());
1303 callFrame->r(dst) = jsBoolean(!src.isCell() || !asCell(src)->structure()->typeInfo().masqueradesAsUndefined());
1817 callFrame->r(dst) = jsBoolean(v.isCell() ? v.asCell()->structure()->typeInfo().masqueradesAsUndefined() : v.isUndefined());
2108 JSCell* baseCell = asCell(baseValue);
2139 JSCell* baseCell = asCell(baseValue);
2189 JSCell* baseCell = asCell(baseValue);
2325 JSCell* baseCell = asCell(baseValue);
2375 JSCell* baseCell = asCell(baseValue);
2452 if (subscript == expectedSubscript && baseValue.isCell() && (baseValue.asCell()->structure() == it->cachedStructure()) && it->getOffset(index, offset)) {
2720 if (srcValue.isUndefinedOrNull() || (srcValue.isCell() && srcValue.asCell()->structure()->typeInfo().masqueradesAsUndefined())) {
2738 if (!srcValue.isUndefinedOrNull() && (!srcValue.isCell() || !srcValue.asCell()->structure()->typeInfo().masqueradesAsUndefined())) {