Hi Friends,
I need to know how v8 works with DOM elements. For example when you run this code, how v8 does that: var a = getElementById( 'test' ); a.value = 1000; It is true that for simple variables, v8 allocates the space and assignment can be simply done. But in my example, it needs to access some node on DOM tree which browser has created. How v8 access this element? Please help. I need this for my project. Thanks, Hossein -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
