Hey, I'm trying to hack on v8 & I'm trying to figure out how to examine the
v8 variables.

For example, I'm trying to figure out some string parameters that are passed
to compile but they all come up as opaque types & I'm not sure how to
retrieve the data from them.

(gdb) p source.val_
$5 = (v8::String *) 0x8352fb4
(gdb) p *(source.val_)
$6 = {<v8::Primitive> = {<v8::Value> = {<v8::Data> = {<No data fields>}, <No
data fields>}, <No data fields>}, <No data fields>}

Thanks,
Vitali

-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users

Reply via email to