Lines Matching defs:properties
165 // the properties, we can undo the last map transition, with a few
195 // for properties stored in the descriptor array.
209 // Clear out the properties backing store.
529 Handle<Object> properties = args.at(1);
541 if (!properties->IsUndefined(isolate)) {
543 // Define the properties if properties was specified and is not undefined.
545 isolate, JSReceiver::DefineProperties(isolate, obj, properties));
637 int properties = args.smi_value_at(1);
639 if (properties > 100000) return isolate->ThrowIllegalOperation();
642 properties, "OptimizeForAdding");
784 // Fast cases for getting named properties of the lookup_start_obj JSObject
789 // global proxy object never has properties. This is the case
922 // Currently, this is used for ObjectLiteral spread properties in CloneObjectIC
1297 // Check that the excluded properties are within the stack range of the top of
1304 // Don't need to check when there's no excluded properties.
1354 // Because the excluded properties on stack is from high address
1359 // properties resolving to numbers, which would've been strings
1361 // computed properties.