Lines Matching refs:properties
3533 // Get the set of properties (as a FixedArray or Map).
4355 // properties (introduced via eval("const foo = (some expr);")). Also,
4586 // Constant properties.
4596 for (int i = 0; i < node->properties()->length(); i++) {
4597 ObjectLiteral::Property* property = node->properties()->at(i);
4709 // Write to the indexed properties array.
4797 // avoid the quadratic behavior of repeatedly adding fast properties.
4884 // avoid the quadratic behavior of repeatedly adding fast properties.
4950 // Properties whose keys are property names and global variables are
4956 // Other properties (including rewritten parameters for a function that