Home | History | Annotate | Download | only in ia32

Lines Matching full:rewrite

198     // The stub will rewrite receiver and parameter count if the previous
723 // visit the rewrite because it's shared and we risk recording
1167 Expression* rewrite = slot->var()->local_if_not_shadowed()->rewrite();
1169 // Generate fast case for locals that rewrite to slots.
1178 } else if (rewrite != NULL) {
1180 Property* property = rewrite->AsProperty();
1208 // types of slots, and parameters that rewrite to explicit property
1519 // slot. Variables with rewrite to .arguments are treated as KEYED_PROPERTY.
1769 // slot. Variables with rewrite to .arguments are treated as KEYED_PROPERTY.
1829 // Left-hand sides that rewrite to explicit property accesses do not reach
3643 // Result of deleting parameters is false, even when they rewrite
3798 // slot. Variables with rewrite to .arguments are treated as KEYED_PROPERTY.