Lines Matching defs:length
106 // Deep copy own properties. Arrays only have 1 property "length".
160 if (copy->elements(isolate).length() == 0) return copy;
178 for (int i = 0; i < elements->length(); i++) {
183 for (int i = 0; i < elements->length(); i++) {
403 int length = object_boilerplate_description->size();
405 for (int index = 0; index < length; index++) {
476 for (int i = 0; i < fixed_array_values->length(); i++) {
486 for (int i = 0; i < fixed_array_values->length(); i++) {
513 copied_elements_values->length(), allocation);
538 CHECK(literals_slot.ToInt() < vector->length());
586 DCHECK_EQ(4, args.length());
605 DCHECK_EQ(2, args.length());
616 DCHECK_EQ(2, args.length());
627 DCHECK_EQ(4, args.length());
646 DCHECK_EQ(4, args.length());