Lines Matching full:code
11 the test method, thanks to the <code>debugger</code> statement.
14 Scripts panel sidebar pane: "<code>this</code>", "<code>a</code>",
15 "<code>b</code>", "<code>c</code>" and "<code>d</code>". Do <b>NOT</b> enter the quotes.
18 <code>Object</code> for <code>this</code>, <code>undefined</code> for
19 the <code>a</code>, <code>b</code>, and <code>c</code> variables, and a
20 value of <code>ReferenceError: d is not defined</code>
21 for the <code>d</code> variable.
23 <li><p>Note that the value for <code>d</code> should not change for the life of
24 the test, as the variable <code>d</code> is never introduced in the program.
26 <li><p>Step through the code, and you'll see the values of <code>a</code>,
27 <code>b</code>, and <code>c</code> change, as the variables are assigned.
29 will be changed to refer to their current scope. The <code>this</code>