Revert of add access checks to receivers on function callbacks (patchset #5 id:80001...
authormachenbach <machenbach@chromium.org>
Wed, 25 Mar 2015 18:31:36 +0000 (11:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Mar 2015 18:31:51 +0000 (18:31 +0000)
commitf0d555b26ddbf7f825e78928197932b45db2ac8a
tree7372b1368a60d325657f388e36fedf2a2c80afac
parent68f946d53134ed755b10fd5184949ca5fa90dbbc
Revert of add access checks to receivers on function callbacks (patchset #5 id:80001 of https://codereview.chromium.org/1036743004/)

Reason for revert:
This seems to lead to lots of timeouts of layout tests, e.g.:
http://build.chromium.org/p/client.v8/builders/V8-Blink%20Linux%2064/builds/2807

Original issue's description:
> add access checks to receivers on function callbacks
>
> R=verwaest@chromium.org
> BUG=468451
> LOG=N
>
> Committed: https://crrev.com/255528710b0a128eef7b66827d9ac43e44650ff4
> Cr-Commit-Position: refs/heads/master@{#27452}

TBR=verwaest@chromium.org,dcarney@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=468451

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

Cr-Commit-Position: refs/heads/master@{#27457}
src/builtins.cc
src/hydrogen.cc
src/objects.cc
src/objects.h
test/cctest/test-accessors.cc
test/cctest/test-api.cc