Home | History | Annotate | Download | only in x64

Lines Matching refs:properties

1709   // Get the set of properties (as a FixedArray or Map).
2426 // Constant properties.
2436 for (int i = 0; i < node->properties()->length(); i++) {
2437 ObjectLiteral::Property* property = node->properties()->at(i);
2549 // Write to the indexed properties array.
2592 // fast properties.
4680 // properties (introduced via eval("const foo = (some expr);")). Also,