esfuzz
Version:
JS fuzzer for generative testing of parsers that implement the SpiderMonkey Reflect.parse API
56 lines (55 loc) • 655 B
JavaScript
// Generated by CoffeeScript 2.0.0-beta7
module.exports = [
'break',
'case',
'catch',
'class',
'const',
'continue',
'debugger',
'default',
'delete',
'do',
'else',
'enum',
'export',
'extends',
'finally',
'for',
'function',
'if',
'import',
'in',
'instanceof',
'new',
'return',
'super',
'switch',
'this',
'throw',
'try',
'typeof',
'var',
'void',
'while',
'with',
'class',
'const',
'enum',
'export',
'extends',
'implements',
'import',
'interface',
'let',
'package',
'private',
'protected',
'public',
'static',
'super',
'yield',
'null',
'true',
'false'
];