(n)
| 60 | // Attempt to inline non-strict in strict. |
| 61 | |
| 62 | function nonstrictToBeInlined(n) { |
| 63 | global = "nonstrict"; |
| 64 | if (n == MAX) { undefined_variable_nonstrict = "The nonstrict value"; } |
| 65 | } |
| 66 | |
| 67 | function strictCallNonStrict(n) { |
| 68 | "use strict"; |