Home | History | Annotate | Download | only in src

Lines Matching refs:Named

167 PropertyKind.Named   = 1;
615 * @param {number} kind Indicate whether named, indexed or both kinds of
623 kind = kind || PropertyKind.Named | PropertyKind.Indexed;
629 // Find all the named properties.
630 Named) {
635 // Get names for named interceptor properties if any.
636 if (this.hasNamedInterceptor() && (kind & PropertyKind.Named)) {
667 // Copy names for named properties.
668 if (kind & PropertyKind.Named) {
687 * @param {number} kind Indicate whether named, indexed or both kinds of
2270 // Add actual properties - named properties followed by indexed properties.
2271 var propertyNames = mirror.propertyNames(PropertyKind.Named);