Remove CompilationInfo::MayUseThis() and replace it with what we really want to know...
authortitzer <titzer@chromium.org>
Thu, 27 Aug 2015 20:31:25 +0000 (13:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 27 Aug 2015 20:31:37 +0000 (20:31 +0000)
commit2fd84ef62808c30865d4a03ea09c9d93ddf734f0
tree0d80bdfcf9273ff11f04f7f06427b5cb9ac5585e
parent951f6b7a88fccbe14a6ddd8611e7bd98f9f7f7b1
Remove CompilationInfo::MayUseThis() and replace it with what we really want to know: MustReplaceUndefinedReceiverWithGlobalProxy.

R=mstarzinger@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#30427}
19 files changed:
src/arm/lithium-codegen-arm.cc
src/arm64/lithium-codegen-arm64.cc
src/compiler.cc
src/compiler.h
src/compiler/ast-graph-builder.cc
src/full-codegen/arm/full-codegen-arm.cc
src/full-codegen/arm64/full-codegen-arm64.cc
src/full-codegen/ia32/full-codegen-ia32.cc
src/full-codegen/mips/full-codegen-mips.cc
src/full-codegen/mips64/full-codegen-mips64.cc
src/full-codegen/ppc/full-codegen-ppc.cc
src/full-codegen/x64/full-codegen-x64.cc
src/full-codegen/x87/full-codegen-x87.cc
src/ia32/lithium-codegen-ia32.cc
src/mips/lithium-codegen-mips.cc
src/mips64/lithium-codegen-mips64.cc
src/ppc/lithium-codegen-ppc.cc
src/x64/lithium-codegen-x64.cc
src/x87/lithium-codegen-x87.cc