Lines Matching refs:check_syntax_error
15 function check_syntax_error (script) function
39 check_syntax_error("'use strict'\nimplements")
40 check_syntax_error("'use strict'\n\\u0069mplements")
44 check_syntax_error("'use strict'\nprivate")
45 check_syntax_error("'use strict'\n\\u0070rivate")
49 check_syntax_error("'use strict'\npublic")
50 check_syntax_error("'use strict'\n\\u0070ublic")
54 check_syntax_error("'use strict'\ninterface")
55 check_syntax_error("'use strict'\n\\u0069nterface")
59 check_syntax_error("'use strict'\npackage")
60 check_syntax_error("'use strict'\n\\u0070ackage")
64 check_syntax_error("'use strict'\nprotected")
65 check_syntax_error("'use strict'\n\\u0070rotected")
69 check_syntax_error("'use strict'\nlet")
70 check_syntax_error("'use strict'\n\\u006cet")
74 check_syntax_error("'use strict'\nyield")
75 check_syntax_error("'use strict'\n\\u0079ield")
79 check_syntax_error("'use strict'\nstatic")
80 check_syntax_error("'use strict'\n\\u0073tatic")