Add script context with context-allocated "const this"
authorwingo <wingo@igalia.com>
Fri, 12 Jun 2015 11:11:13 +0000 (04:11 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Jun 2015 11:11:28 +0000 (11:11 +0000)
commitcfc764f4050edc74aef92daa4c39ccc113893968
tree929a933cce8ff5fe2ac9c581e316bdb2211229a6
parentb5b00cc031c15263bbc4e8e8b2bef01b6fdfd284
Add script context with context-allocated "const this"

This is a reapplication of https://codereview.chromium.org/1179893002/.

R=rossberg@chromium.org,mstarzinger@chromium.org
LOG=N
BUG=498811

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

Cr-Commit-Position: refs/heads/master@{#28994}
19 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/bootstrapper.cc
src/compiler/ast-graph-builder.cc
src/hydrogen.cc
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/objects.h
src/ppc/full-codegen-ppc.cc
src/runtime/runtime-compiler.cc
src/runtime/runtime.h
src/scopeinfo.cc
src/scopes.h
src/snapshot/snapshot-common.cc
src/variables.h
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc
test/unittests/compiler/js-type-feedback-unittest.cc