[webkit-dev] Function & Property Names

Kent Hansen kent.hansen at nokia.com
Mon May 3 09:33:25 PDT 2010


ext Nyx wrote:
> I'm looking for a way to map the bytecodes that the interpreter is running
> back to source positions, not the machine code generated by the JIT.
>   

Have a look at bytecodeOffsetForPC(), 
CodeBlock::lineNumberForBytecodeOffset(), and Interpreter::throwException().

Kent


More information about the webkit-dev mailing list