Add script context with context-allocated "const this"
authorwingo <wingo@igalia.com>
Fri, 12 Jun 2015 09:35:50 +0000 (02:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Jun 2015 09:35:57 +0000 (09:35 +0000)
commitfa32d461c16a053cc6d48d3fb326016bc2765765
treeb9df74814f778c08e22aa0e7d1b480dda0155e4b
parent89b9a2cfb317e52186f682c91502b22932d52db3
Add script context with context-allocated "const this"

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

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

Cr-Commit-Position: refs/heads/master@{#28988}
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