test262/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-3-a-2gs.js

13 lines
257 B
JavaScript
Raw Normal View History

/**
* @path chapter08/8.7/8.7.2/8.7.2-3-a-2gs.js
* @description Strict Mode - 'runtime' error is thrown before LeftHandSide evaluates to an unresolvable Reference
2011-09-24 20:13:49 +02:00
* @onlyStrict
2011-09-25 17:38:17 +02:00
* @negative NotEarlyError
*/
2011-09-24 02:42:36 +02:00
"use strict";
throw NotEarlyError;
b = 11;