Add script context with context-allocated "const this"
authorwingo <wingo@igalia.com>
Fri, 12 Jun 2015 12:34:10 +0000 (05:34 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Jun 2015 12:34:24 +0000 (12:34 +0000)
commit103fcfaa40c23f7c732601d2f4f8be251415a45c
treebc5a807a995a36d6905e596ca3194bcd28fba90f
parentc487aba74c1898e6f54a00001d84e30b39261d96
Add script context with context-allocated "const this"

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

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

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

Cr-Commit-Position: refs/heads/master@{#28998}
21 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/cctest/test-serialize.cc
test/mjsunit/regress/regress-crbug-498811.js [new file with mode: 0644]
test/unittests/compiler/js-type-feedback-unittest.cc