Lines Matching full:backing
869 // an empty fixed array as elements backing store. This is true for string
1986 // [properties]: Backing storage for properties.
2320 // passed map. This also extends the property backing store if necessary.
2487 // added this number can be indicated to have the backing store allocated to
2494 // Convert and update the elements backing store to be a
2495 // SeededNumberDictionary dictionary. Returns the backing after conversion.
2642 // When extending the backing storage for property values, we increase
3433 // // of the backing storage.
3439 // beginning of the backing storage that can be used for non-element
5093 // therefore points to the actual backing store.
6434 // (inobject, properties, or elements backing store), requiring no special
9314 // - this struct (in the slow backing store) contains an index into the context
10697 // [table]: the backing hash table
10840 // [table]: the backing hash table mapping keys to values.
10883 // Transitions the iterator to the non obsolete backing store. This is a NOP
10936 // [table]: the backing hash table mapping keys to values.
11005 // [backing_store]: backing memory for this array
11184 // - fast, backing storage is a FixedArray and length <= elements.length();
11186 // - slow, backing storage is a HashTable with numbers as keys.