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...