Skip to content
Snippets Groups Projects
Commit aa67d8e5 authored by Mark Miller's avatar Mark Miller
Browse files

Regenerated

parent 9d3bab70
No related branches found
No related tags found
No related merge requests found
File deleted
File deleted
File deleted
......@@ -4,7 +4,7 @@
* @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-10-4gs.js
* @description Strict Mode - SyntaxError is thrown if a function using the Function constructor has two identical parameters in (global) strict mode
* @onlyStrict
* @negative NotEarlyErrorString
* @negative NotEarlyError
*/
"use strict";
......
......@@ -4,7 +4,7 @@
* @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-10-6gs.js
* @description Strict Mode - SyntaxError is thrown if a function using the Function constructor has two identical parameters in (local) strict mode
* @onlyStrict
* @negative NotEarlyErrorString
* @negative NotEarlyError
*/
throw NotEarlyError;
......
......@@ -4,7 +4,7 @@
* @path chapter15/15.3/15.3.5/15.3.5-1gs.js
* @description StrictMode - error is thrown when reading the 'caller' property of a function object
* @onlyStrict
* @negative NotEarlyErrorString
* @negative NotEarlyError
*/
"use strict";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment