Hello,

First, thanks for creating this great engine. I am evaluating using it
for one of my projects, so I started reading the source and I could
figure out most things myself, but I still don't quite understand how
variables, values and objects relate to each other. See this code, for
example:

var a = 0;
var b = 1;

This creates two locals, but is there any mapping from variable to
memory address? I found the SymbolTable class but I don't see how it
is used here. For example, would it be possible to let a point to the
exact same memory location (object) as b?

Any help would be appreciated.

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

Reply via email to