Lines Matching defs:length
92 for (int i = 0; i < cache_.length(); i += 2) {
107 int length = cache_.length();
109 factory->NewFixedArray(length + 2, AllocationType::kOld);
110 cache_.CopyTo(0, *new_array, 0, cache_.length());
118 cache_.set(length, *str);
119 cache_.set(length + 1, *shared);
767 // length needs to be non configurable.
768 Handle<Object> value(Smi::FromInt(function->length()), isolate());
1719 // This seems a bit hackish, but we need to make sure Array.length
1734 { // Add length.
2030 { // Add length.
3335 // Install the "buffer", "byteOffset", "byteLength", "length"
3848 { // length
3940 { // length
3988 // Create the map. Allocate one in-object field for length.
3995 { // length
4533 { // length
5592 Object length = proto->length();
5593 CHECK(length.IsSmi());
5594 CHECK_EQ(Smi::ToInt(length), 0);
6153 for (int i = 0; i < indices->length(); i++) {
6203 for (int i = 0; i < key_indices->length(); i++) {
6263 // Update map with length accessor from Array.
6268 // length descriptor.
6274 Handle<String> length = factory()->length_string();
6276 isolate(), *length, array_function.initial_map());
6279 length, handle(array_descriptors->GetStrongValue(old), isolate()),