Home | History | Annotate | Download | only in src

Lines Matching refs:MustAllocate

1178 bool Scope::MustAllocate(Variable* var) {
1248 if (MustAllocate(arguments) && !HasArgumentsParameter()) {
1280 if (MustAllocate(var)) {
1301 if (var->IsUnallocated() && MustAllocate(var)) {