Hi all,

I am a security researcher at University of Virginia.

I am trying to see how v8 handles the access to all javascript
functions/variables:

For example, when a variable x or a function y() appears in a piece of
javascript code, I assume v8 should somehow grab that corresponding C+
+ representation (if there is one) in v8 and continue to process on
that C++ object. I would like to know how this grabbing process is
completed. I have done some experiment, e.g. use a dummy script that
only contains one line: document; and break at v8/webcore bindings to
backtrace the stack. However what I found (getProperty/Load) is not
directly the code that get the corresponding C++ representation of
javascript objects.

Any ideas on this?

Sorry that the problem is not stated very clear, but I tried my best
to do so.

Thank you very much!

Best,

--Yuchen

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

Reply via email to