Home | History | Annotate | Download | only in interpreter

Lines Matching refs:isCell

1205     if (!baseValue.isCell())
1281 if (!baseValue.isCell()) {
1599 callFrame->uncheckedR(dst) = jsBoolean(src.isCell() && src.asCell()->structure()->typeInfo().masqueradesAsUndefined());
1639 callFrame->uncheckedR(dst) = jsBoolean(!src.isCell() || !src.asCell()->structure()->typeInfo().masqueradesAsUndefined());
2173 callFrame->uncheckedR(dst) = jsBoolean(v.isCell() ? v.asCell()->structure()->typeInfo().masqueradesAsUndefined() : v.isUndefined());
2517 if (LIKELY(baseValue.isCell())) {
2548 if (LIKELY(baseValue.isCell())) {
2587 if (LIKELY(baseValue.isCell())) {
2632 if (LIKELY(baseValue.isCell())) {
2716 if (LIKELY(baseValue.isCell())) {
2766 if (LIKELY(baseValue.isCell())) {
2809 if (LIKELY(baseValue.isCell())) {
2866 if (LIKELY(baseValue.isCell())) {
2921 if (LIKELY(baseValue.isCell())) {
3059 if (LIKELY(baseValue.isCell())) {
3111 if (LIKELY(baseValue.isCell())) {
3198 if (subscript == expectedSubscript && baseValue.isCell() && (baseValue.asCell()->structure() == it->cachedStructure()) && it->getOffset(index, offset)) {
3511 if (srcValue.isUndefinedOrNull() || (srcValue.isCell() && srcValue.asCell()->structure()->typeInfo().masqueradesAsUndefined())) {
3529 if (!srcValue.isUndefinedOrNull() && (!srcValue.isCell() || !srcValue.asCell()->structure()->typeInfo().masqueradesAsUndefined())) {