Chromium Code Reviews| Index: test/mjsunit/function-names.js |
| =================================================================== |
| --- test/mjsunit/function-names.js (revision 7984) |
| +++ test/mjsunit/function-names.js (working copy) |
| @@ -128,6 +128,6 @@ |
| "encodeURI", "encodeURIComponent", "Error", "TypeError", |
| "RangeError", "SyntaxError", "ReferenceError", "EvalError", |
| "URIError", "isNaN", "isFinite", "parseInt", "parseFloat", |
| - "eval", "execScript"]; |
| + "eval"]; |
| TestFunctionNames(this, globalFunctions); |