Lines Matching defs:array
28 #include "src/objects/fixed-array.h"
31 #include "src/objects/js-array-buffer-inl.h"
32 #include "src/objects/js-array-inl.h"
329 // Directly decode from the descriptor array if |from| did not change
2132 // Directly decode from the descriptor array if |from| did not change shape.
2982 // - Otherwise, allocate a fixed array large enough to hold all fields, in
3073 Handle<PropertyArray> array = isolate->factory()->NewPropertyArray(external);
3075 // We use this array to temporarily store the inobject properties.
3130 array->set(target_index - inobject, *value);
3148 array->set(target_index - inobject, *value);
3166 object->SetProperties(*array);
3407 Handle<PropertyArray> array = isolate->factory()->NewPropertyArray(external);
3418 array->set(index.outobject_array_index(), *box);
3422 object->SetProperties(*array);
3772 // Allocate the property array for the fields.
4336 // Create a new descriptor array with the appropriate property attributes
4392 // typed array elements. Freeze works only if there are no actual elements.