Home | History | Annotate | Download | only in x64

Lines Matching full:rewrite

199     // The stub will rewrite receiver and parameter count if the previous
725 // cannot visit the rewrite because it's shared and we risk
1179 Expression* rewrite = slot->var()->local_if_not_shadowed()->rewrite();
1181 // Generate fast case for locals that rewrite to slots.
1190 } else if (rewrite != NULL) {
1192 Property* property = rewrite->AsProperty();
1220 // types of slots, and parameters that rewrite to explicit property
1529 // slot. Variables with rewrite to .arguments are treated as KEYED_PROPERTY.
1742 // slot. Variables with rewrite to .arguments are treated as KEYED_PROPERTY.
1802 // Left-hand sides that rewrite to explicit property accesses do not reach
3619 // Result of deleting parameters is false, even when they rewrite
3771 // slot. Variables with rewrite to .arguments are treated as KEYED_PROPERTY.