Home | History | Annotate | Download | only in full-codegen

Lines Matching refs:property

844 void FullCodeGenerator::VisitProperty(Property* expr) {
845 Comment cmnt(masm_, "[ Property");
1043 void FullCodeGenerator::EmitNamedPropertyLoad(Property* prop) {
1052 void FullCodeGenerator::EmitKeyedPropertyLoad(Property* prop) {
1355 Property* property = callee->AsProperty();
1356 VisitForStackValue(property->obj());
1361 Property* property = callee->AsProperty();
1362 VisitForStackValue(property->obj());
1363 EmitKeyedCallWithLoadIC(expr, property->key());