Lines Matching defs:properties

202   // Make the "arguments" and "caller" properties throw a TypeError on access.
292 // Migrates all properties from the 'from' object to the 'to'
520 // better to set constructor instance type after all the properties are added
700 // ES#sec-properties-of-the-function-prototype-object
871 // properties.
877 // Set up slow map for literals with too many properties.
896 // The prototype slot shifts the in-object properties area by one slot.
1446 // Reserve two in-object properties for these.
1809 { // Set up iterator-related properties.
2591 // Static properties set by a successful match.
3560 // Install the properties of the BigInt constructor.
3573 // Install the properties of the BigInt.prototype.
5591 // Verification of important array prototype properties.
5602 // that predefines four properties get, set, configurable and enumerable).
5647 // that predefines four properties value, writable, configurable and
5693 // predefines the properties index, input, and groups).
6109 // The global template must not create properties that already exist
6149 Handle<GlobalDictionary> properties(
6152 GlobalDictionary::IterationIndices(isolate(), properties);
6155 Handle<PropertyCell> cell(properties->CellAt(index), isolate());
6176 Handle<SwissNameDictionary> properties = Handle<SwissNameDictionary>(
6179 for (InternalIndex entry : properties->IterateEntriesOrdered()) {
6181 if (!properties->ToKey(roots, entry, &raw_key)) continue;
6189 Handle<Object>(properties->ValueAt(entry), isolate());
6192 PropertyDetails details = properties->DetailsAt(entry);
6198 Handle<NameDictionary> properties =
6201 NameDictionary::IterationIndices(isolate(), properties);
6205 Object raw_key = properties->KeyAt(key_index);
6206 DCHECK(properties->IsKey(roots, raw_key));
6213 Handle<Object>(properties->ValueAt(key_index), isolate());
6216 PropertyDetails details = properties->DetailsAt(key_index);
6346 // properties from the deserialized global are copied onto it.