Lines Matching full:length_obj
588 Object* length_obj = JSArray::cast(holder)->length();589 if (length_obj->IsSmi()) {590 length = Smi::cast(length_obj)->value();