Source code
Revision control
Copy as Markdown
Other Tools
/*---
description: A strict mode smoketest that throws an unexpected ReferenceError.
flags: [onlyStrict]
---*/
"use strict";
foo.bar();
/*---
description: A strict mode smoketest that throws an unexpected ReferenceError.
flags: [onlyStrict]
---*/
"use strict";
foo.bar();