Reviewers: dcarney (ooto), rossberg,

Message:
On 2014/08/27 17:35:09, rossberg wrote:
lgtm

I'm going to be OOO for a week, and figured that it's best to get this in then
make the struct API change when I get back, if it's not done already.  That
should be much less intrusive.  Will land.

Description:
Add interceptor support for symbols

ObjectTemplate::SetGenericNamedPropertyHandler is a new version of
ObjectTemplate::SetNamedPropertyHandler that can intercept any Name
property access, not just access to String properties.  Eventually we
will deprecate and remove ObjectTemplate::SetNamedPropertyHandler, then
rename ObjectTemplate::SetGenericNamedPropertyHandler back to
ObjectTemplate::SetNamedPropertyHandler.

[email protected], [email protected]
BUG=v8:3394
LOG=Y

Please review this at https://codereview.chromium.org/467013003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+434, -162 lines):
  M include/v8.h
  M samples/process.cc
  M src/api.cc
  M src/arguments.h
  M src/elements.h
  M src/elements.cc
  M src/ic/ic.cc
  M src/objects.h
  M src/objects.cc
  M src/objects-debug.cc
  M src/objects-inl.h
  M test/cctest/test-accessors.cc
  M test/cctest/test-api.cc
  M test/cctest/test-debug.cc
  M test/cctest/test-decls.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to