Std.is.keyword方法用于判断一个字符串是否为js关键字,或者js保留关键字,以下中的一个:
"break", "case", "catch", "continue", "debugger", "default",
"delete", "do", "else", "false", "finally", "for", "function",
"if", "in", "instanceof", "new", "null", "return", "switch",
"this", "throw", "true", "try", "typeof", "var", "void",
"while", "with", "abstract", "boolean", "byte", "char", "class",
"const", "double", "enum", "export", "extends", "final",
"float", "goto", "implements", "import", "int", "interface",
"long", "native", "package", "private", "protected", "public",
"short", "static", "super", "synchronized", "throws", "transient",
"volatile", "arguments", "let", "yield", "undefined"