_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
I'm using the jsc "Dumps bytecode" (./jsc -d ...) option to look at
registers, bytecode, etc. I also want to examine the JS source, so where
can I find that text string? program->source()... looks promising...

