Revert "Resolve references to "this" the same way as normal variables"
authoryangguo <yangguo@chromium.org>
Wed, 13 May 2015 13:30:06 +0000 (06:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 13 May 2015 13:30:01 +0000 (13:30 +0000)
commite24b31f0033f3c9664986f81562622d34b6b0c18
tree8bd1d49b2226b8e0bd2e2203b7dfca21f077ac3d
parent96f8baac669b1e3a8252e7d3087a3f199bee5d28
Revert "Resolve references to "this" the same way as normal variables"

... and the following two
"PPC: Resolve references to "this" the same way as normal variables"
"Remove Scope::scope_uses_this_ flag"

R=hablich@chromium.org
BUG=chromium:487289
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#28395}
33 files changed:
src/arm/full-codegen-arm.cc
src/arm/lithium-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/arm64/lithium-codegen-arm64.cc
src/compiler.cc
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/contexts.cc
src/heap/heap.h
src/ia32/full-codegen-ia32.cc
src/ia32/lithium-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips/lithium-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/mips64/lithium-codegen-mips64.cc
src/parser.cc
src/ppc/full-codegen-ppc.cc
src/ppc/lithium-codegen-ppc.cc
src/preparser.h
src/runtime/runtime-debug.cc
src/runtime/runtime-scopes.cc
src/scopeinfo.cc
src/scopes.cc
src/scopes.h
src/variables.cc
src/x64/full-codegen-x64.cc
src/x64/lithium-codegen-x64.cc
test/cctest/test-parsing.cc
test/cctest/test-serialize.cc
test/mjsunit/debug-scopes.js
test/mjsunit/harmony/arrow-functions-this.js [deleted file]
test/mjsunit/testcfg.py
test/mjsunit/this-dynamic-lookup.js [deleted file]