Lines Matching refs:properties
740 // Find all the indexed properties.
745 // Get names for indexed interceptor properties.
753 // Find all the named properties.
758 // Get names for named interceptor properties if any.
774 // properties like toString if(propertySet["toString"]) will always
788 function ObjectCreate(proto, properties) {
794 if (!IS_UNDEFINED(properties)) ObjectDefineProperties(obj, properties);
812 function ObjectDefineProperties(obj, properties) {
815 var props = ToObject(properties);
1233 // We already have caller and arguments properties on functions,