Remove deprecated v8::Object::TurnOnAccessCheck() from the V8 API.
authorishell <ishell@chromium.org>
Thu, 2 Jul 2015 09:05:39 +0000 (02:05 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 2 Jul 2015 09:05:48 +0000 (09:05 +0000)
commit3997ae1b469617be5abbe517d61ea71481bc6638
treec632bb93cf3ff053ad6458a343a3adb7a140403e
parenta09ae07f3d1d8fc70c2f52a284ed5cce9632c917
Remove deprecated v8::Object::TurnOnAccessCheck() from the V8 API.

The only right way to enable access checks is to install access check callbacks on an object template via v8::ObjectTemplate::SetAccessCheckCallbacks(). It does not make sense to enable access checks on an arbitrary object.

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

Cr-Commit-Position: refs/heads/master@{#29439}
include/v8.h
src/api.cc
src/deoptimizer.cc
src/deoptimizer.h
src/objects-printer.cc
src/runtime/runtime-object.cc
src/runtime/runtime.h
test/cctest/test-api-interceptors.cc
test/cctest/test-api.cc
test/mjsunit/migrations.js