Hi, yeah, it is true that only the indexed callback is used. The original API was overengineered and is being migrated to a new API that just does MayAccess(Context, Object). On the way there, we currently only call the named access handler (with undefined as key, as you indicate), with a single AccessType (ACCESS_HAS).
hth, Toon On Mon, Oct 19, 2015 at 10:55 PM <[email protected]> wrote: > P.S. I didn't find that indexed_handler used in v8 code at all (or I > missed something) while named_handler used (in > v8::Internal::Isolate::MayAccess() method ) > > -- > -- > 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. > -- -- 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.
