Home | History | Annotate | Download | only in interpreter

Lines Matching refs:property

81   // Visit a keyed super property load. The optional
85 void VisitKeyedSuperPropertyLoad(Property* property,
88 // Visit a named super property load. The optional
92 void VisitNamedSuperPropertyLoad(Property* property,
95 void VisitPropertyLoad(Register obj, Property* expr);
96 void VisitPropertyLoadForRegister(Register obj, Property* expr,
141 LiteralProperty* property, int slot_number = 0);
143 ObjectLiteralProperty* property,