13.0_4-17gs-strict.js (423B)
1 'use strict'; 2 // Copyright (c) 2012 Ecma International. All rights reserved. 3 // This code is governed by the BSD license found in the LICENSE file. 4 5 /*--- 6 es5id: 13.0_4-17gs 7 description: > 8 Strict Mode - SourceElements is not evaluated as strict mode code 9 when a Function constructor is contained in strict mode code 10 flags: [onlyStrict] 11 ---*/ 12 13 var _13_0_4_17_fun = new Function('eval = 42;'); 14 15 reportCompare(0, 0);