Update |dis| docs in the shell. (r=me)

This commit is contained in:
Chris Leary 2010-06-30 00:18:38 -07:00
parent 1a9a5c12c9
commit 0094115549

View File

@ -3985,7 +3985,8 @@ static const char *const shell_help_messages[] = {
"testUTF8(mode) Perform UTF-8 tests (modes are 1 to 4)",
"throwError() Throw an error from JS_ReportError",
#ifdef DEBUG
"dis([fun]) Disassemble functions into bytecodes",
"dis([fun]) Disassemble functions into bytecodes\n"
"dis('-r', fun) Disassembles recursively",
"disfile('foo.js') Disassemble script file into bytecodes",
"dissrc([fun]) Disassemble functions with source lines",
"dumpHeap([fileName[, start[, toFind[, maxDepth[, toIgnore]]]]])\n"