Description[interpreter] Remove duped control scope in ForOfStatement.
This removes a duplicate control scope. The visitor for ForOfStatement
nodes in the AST uses VisitIterationBody which pushes a separate control
scope. The number of control scopes will be off when we use them for
tracking loop depths.
R=rmcilroy@chromium.org
Committed: https://crrev.com/57981a48bd6bc5dc9484045320884eeb3dc74774
Cr-Commit-Position: refs/heads/master@{#37930}
Patch Set 1 #Patch Set 2 : Fix golden. #
Messages
Total messages: 19 (14 generated)
|