Hi,
Does V8 has a global context to keep track of all variables?
for example,
I have
var a = 1;
function b() { a = 2;}b(); the value of 'a' should be changed from 1 to 2. How does v8 keep track of value of global variables? Can you please point me the code for that? Thank you. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
