Dears,

I want to debug into v8 source code to find which heap allocation function
is called when running script like:

s="abc";
s+=s;  // which Heap allocation function is invoked here in heap.cc?

May I know if there is some easy way to debug into v8 and look into the data
of v8 objects? I used vs2005, but it can't provide the actual value of v8
objects when debugging.

Thanks in advance!
Kenny

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

Reply via email to