Home | History | Annotate | Download | only in runtime

Lines Matching refs:isCell

45         if (value.isCell() && (value.asCell()->vptr() == globalData.jsFunctionVPtr))
478 return isCell() && asCell()->inherits(classInfo);
754 if (UNLIKELY(!isCell())) {
781 if (UNLIKELY(!isCell())) {
800 if (UNLIKELY(!isCell())) {
809 ASSERT(isCell() && isObject());
816 if (UNLIKELY(!isCell())) {