Nat
unread,Jun 10, 2011, 3:43:56 AM6/10/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-u...@googlegroups.com
Is there a way to make the interceptor act as underlying data source like in SpiderMonkey? Basically, it will intercept the getter call if the requested property doesn't exist. If not, the code can fetch data and set it to the object explicitly. Afterwards, getting the same property will fetch the data from map instead of getter.