no need to save the lookups

This commit is contained in:
Jeremy Ashkenas
2010-03-10 22:32:00 -05:00
parent 0379431812
commit 3c597dde72
2 changed files with 9 additions and 5 deletions

View File

@@ -1000,8 +1000,8 @@ exports.ForNode: class ForNode extends BaseNode
scope: o.scope
name: @name and @name.compile o
index: @index and @index.compile o
name_found: name and scope.find name
index_found: index and scope.find index
scope.find name if name
scope.find index if index
body_dent: @idt(1)
rvar: scope.free_variable() unless top_level
svar: scope.free_variable()