I debug v8 using lldb.But I had some problems about the Handle<> type.

for example .When i set breakpoint at interpreter.cc:244, just bellow this 
code 

Handle<BytecodeArray> bytecodes = generator()->FinalizeBytecode(isolate());

And i used 'fr v bytecodes' command to see Handle<BytecodeArray>.

(lldb) fr v bytecodes
(v8::internal::Handle<v8::internal::BytecodeArray>) bytecodes = {
  v8::internal::HandleBase = {
    location_ = 0x0000555555621a48
  }
}


Then How do I check the BytecodeArray type value. I don't know how to do 
next.
Thanks.

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to