Reviewers: dcarney (ooto), rossberg,

Message:
A compatible change to add interceptor support for symbols in the API and the runtime. After updating blink we can remove the flag and the old definitions.

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 (+289, -62 lines):
  M include/v8.h
  M src/api.cc
  M src/arguments.h
  M src/objects.h
  M src/objects.cc
  M src/objects-debug.cc
  M src/objects-inl.h
  M src/stub-cache.cc
  M test/cctest/test-api.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