()
| 143 | // Test calls of aliased eval. |
| 144 | function outer_eval_receiver() { |
| 145 | var eval = function() { return this; } |
| 146 | function inner_strict() { |
| 147 | "use strict"; |
| 148 | assertEquals('object', typeof eval()); |
no outgoing calls
no test coverage detected