Remove Scope::scope_uses_this_ flag
authorwingo <wingo@igalia.com>
Wed, 6 May 2015 15:50:02 +0000 (08:50 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 6 May 2015 15:50:06 +0000 (15:50 +0000)
commitafba55965118d9ba57e53c729f52be2340e626e0
tree264fafd20ff1459315a07a5ddcda035335456181
parentba6d917457410ac217ff4c758edc651e2c04ef26
Remove Scope::scope_uses_this_ flag

Use of the "this" variable is now tracked using scopes, like any other variable.

R=arv@chromium.org
LOG=N
BUG=

Review URL: https://codereview.chromium.org/1129823002

Cr-Commit-Position: refs/heads/master@{#28268}
src/compiler.cc
src/compiler/ast-graph-builder.cc
src/preparser.h
src/scopes.cc
src/scopes.h
test/cctest/test-parsing.cc