| function shouldBe(actual, expected) { |
| throw new Error('bad value: ' + actual); |
| function shouldThrow(func, errorMessage) { |
| throw new Error('not thrown'); |
| if (String(error) !== errorMessage) |
| throw new Error(`bad error: ${String(error)}`); |
| for (var i = 0; i < 10; ++i) { |
| var f = Function('/*) {\n*/', 'return 42'); |
| `function anonymous(/*) { |
| shouldThrow(() => Function('/*', '*/){\nreturn 42'), `SyntaxError: Parameters should match arguments offered as parameters in Function constructor.`); |
| shouldThrow(() => Function('/*', '*/){\nreturn 43'), `SyntaxError: Parameters should match arguments offered as parameters in Function constructor.`); |
| for (var i = 0; i < 10; ++i) { |
| var f = Function('/*) {\n*/', 'return 43'); |
| `function anonymous(/*) { |