Home | History | Annotate | Download | only in interpreter

Lines Matching refs:isCell

909     if (!baseValue.isCell())
986 if (!baseValue.isCell()) {
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());
2107 if (LIKELY(baseValue.isCell())) {
2138 if (LIKELY(baseValue.isCell())) {
2188 if (LIKELY(baseValue.isCell())) {
2324 if (LIKELY(baseValue.isCell())) {
2374 if (LIKELY(baseValue.isCell())) {
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())) {