Thanks, this works fine for normal objects. 

However this doesn't work on the global object case. Any ideas how should i 
make the global proxy object retrieve the [[Class]] property from the given 
ObjectTemplate? (or should i make a feature request?)
e.g.  make 
this.toString() =>  "[object System]"
and Object.prototype.toString.call(this) => "[object System]"

I can't just modify the string within the Genesis process, since i have 
several different global class names for different contexts...


On Tuesday, October 15, 2013 1:28:24 AM UTC+8, ioannis wrote:
>
>
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to