On Fri, Aug 21, 2015 at 4:42 AM, Chris Nardi <[email protected]> wrote: > I'm currently curious about how property accessors work. Where does this > code live in V8?
It's complicated. I'd start with JSObject::SetAccessor() in src/objects.cc and follow the code from there. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
