v8/src/full-codegen
mstarzinger a97258b00c [fullcodegen] Remove super property access support.
This removes support for accessing super properties (load, store & call)
from the {FullCodeGenerator}. Consequently optimized code containing
such constructs must use the {BytecodeGraphBuilder} and can no longer
use the {AstGraphBuilder} for graph building.

R=bmeurer@chromium.org
BUG=v8:5657

Review-Url: https://codereview.chromium.org/2544123004
Cr-Commit-Position: refs/heads/master@{#41478}
2016-12-05 10:11:42 +00:00
..
arm [fullcodegen] Remove super property access support. 2016-12-05 10:11:42 +00:00
arm64 [fullcodegen] Remove super property access support. 2016-12-05 10:11:42 +00:00
ia32 [fullcodegen] Remove super property access support. 2016-12-05 10:11:42 +00:00
mips [fullcodegen] Remove super property access support. 2016-12-05 10:11:42 +00:00
mips64 [fullcodegen] Remove super property access support. 2016-12-05 10:11:42 +00:00
ppc [fullcodegen] Remove super property access support. 2016-12-05 10:11:42 +00:00
s390 [fullcodegen] Remove super property access support. 2016-12-05 10:11:42 +00:00
x64 [fullcodegen] Remove super property access support. 2016-12-05 10:11:42 +00:00
x87 [fullcodegen] Remove super property access support. 2016-12-05 10:11:42 +00:00
full-codegen.cc [fullcodegen] Remove super property access support. 2016-12-05 10:11:42 +00:00
full-codegen.h [fullcodegen] Remove super property access support. 2016-12-05 10:11:42 +00:00
OWNERS Add ishell@ and mvstanton@ to full codegen owners list. 2015-09-28 15:04:37 +00:00