fix: remove one more use of for..of
This commit is contained in:
@ -31,8 +31,6 @@ export class ContextWithVariableBindings {
|
||||
}
|
||||
|
||||
clearValues() {
|
||||
for (var k of MapWrapper.keys(this.varBindings)) {
|
||||
MapWrapper.set(this.varBindings, k, null);
|
||||
}
|
||||
MapWrapper.clearValues(this.varBindings);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user