js-reserved.json 648 B

12345678910111213141516171819
  1. [
  2. "abstract", "arguments", "await", "boolean",
  3. "break", "byte", "case", "catch",
  4. "char", "class", "const", "continue",
  5. "debugger", "default", "delete", "do",
  6. "double", "else", "enum", "eval",
  7. "export", "extends", "false", "final",
  8. "finally", "float", "for", "function",
  9. "goto", "if", "implements", "import",
  10. "in", "instanceof", "int", "interface",
  11. "let", "long", "native", "new",
  12. "null", "package", "private", "protected",
  13. "public", "return", "short", "static",
  14. "super", "switch", "synchronized", "this",
  15. "throw", "throws", "transient", "true",
  16. "try", "typeof", "var", "void",
  17. "volatile", "while", "with", "yield"
  18. ]