diff -r 000000000000 -r 6474c204b198 js/src/doc/Debugger/Debugger.Script.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/js/src/doc/Debugger/Debugger.Script.md Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,238 @@ +# Debugger.Script + +A `Debugger.Script` instance refers to a sequence of bytecode in the +debuggee; it is the [`Debugger`][debugger-object] API's presentation of a JSAPI `JSScript` +object. Each of the following is represented by single JSScript object: + +* The body of a function—that is, all the code in the function that is not + contained within some nested function. + +* The code passed to a single call to `eval`, excluding the bodies of any + functions that code defines. + +* The contents of a `