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.

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to