Reviewers: Mads Ager, Rico,

Message:
Mads, Rico,

may you have a look?

Description:
Allow to define accessors on objects.

Currently one can only define accessors on object templates.  This patch
allows to create accessors on the fly.

These accessors could control access to elements as well.  This element
support is somewhat rudimentary and may require future work (for example,
we probably don't want to convert index into a string.)

Please review this at http://codereview.chromium.org/2123012/show

Affected files:
  M include/v8.h
  M src/api.cc
  M src/handles.h
  M src/handles.cc
  M src/objects.h
  M src/objects.cc
  M test/cctest/test-api.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to