Lines Matching refs:property
9 var property = properties[i];
10 var descriptor = compactable[property.name];
13 property.shorthand = true;
14 property.dirty = true;
17 property.components = descriptor.breakUp(property, compactable, validator);
20 for (j = 0, m = property.components.length; j < m; j++) {
21 component = property.components[j];
27 property.components = []; // this will set property.unused to true below
34 if (property.components.length > 0)
35 property.multiplex = property.components[0].multiplex;
37 property.unused = true;