Allow JavaScript accessors on API objects.
authorvogelheim <vogelheim@chromium.org>
Tue, 29 Sep 2015 11:15:59 +0000 (04:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 29 Sep 2015 11:16:14 +0000 (11:16 +0000)
commited110a1715e245a93fd8be60cc9edac06ba11887
treef1ab836d80a9831bd08d63d34fc550e60910882a
parent46579c0b749ed553af48e257b95414395bbcc37c
Allow JavaScript accessors on API objects.

(This is somewhat experimental; hence protected by #ifdef.)

R=epertoso@chromium.org, jochen@chromium.org
BUG=chromium:508898
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#31002}
build/features.gypi
include/v8.h
src/api-natives.cc
src/api-natives.h
src/api.cc
test/cctest/cctest.gyp
test/cctest/test-api-accessors.cc [new file with mode: 0644]