Lines Matching refs:property
234 // Extensions for providing property getters and setters.
495 // property descriptor. For a description of the array layout please
543 // If p is not a property on obj undefined is returned.
674 // Step 4a - defining a new data property.
675 // Steps 9b & 12 - replacing an existing accessor property with a data
676 // property.
677 // Step 12 - updating an existing data property with a data or generic
697 // Step 12 - updating an existing accessor property with generic
702 // Step 4b - defining a new accessor property.
703 // Steps 9c & 12 - replacing an existing data property with an accessor
704 // property.
705 // Step 12 - updating an existing accessor property with an accessor
755 // Get the local property names.
768 // Property names are expected to be unique strings.
773 // We need to check for the exact property value since for intrinsic
1108 // Setup the constructor property on the Number prototype object.
1264 // property of the resulting function is enumerable (ECMA262, 15.3.5.2).