Accessor functions should have no prototype property
authorErik Arvidsson <arv@chromium.org>
Thu, 5 Feb 2015 23:34:16 +0000 (18:34 -0500)
committerErik Arvidsson <arv@chromium.org>
Thu, 5 Feb 2015 23:34:28 +0000 (23:34 +0000)
commitb67b3c54011351bde23656fc650a6398829851d8
tree8bd508901b7cea41cd976e811cc0716b6bcde9ec
parent308d913a92fa2801ad768553aa650227206004c3
Accessor functions should have no prototype property

This also removes some convenience functions that were not used.

BUG=v8:3700
LOG=N
R=adamk@chromium.org, adamk

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

Cr-Commit-Position: refs/heads/master@{#26472}
19 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/ast.h
src/code-stubs.h
src/compiler.cc
src/contexts.h
src/globals.h
src/hydrogen-instructions.h
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/objects-inl.h
src/objects.h
src/ppc/full-codegen-ppc.cc
src/preparser.h
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc
test/mjsunit/accessors-no-prototype.js [new file with mode: 0644]
test/mjsunit/harmony/classes.js