Home
last modified time | relevance | path

Searched defs:check_syntax_error (Results 1 – 20 of 20) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Didentifier-escape.js16 function check_syntax_error (code) { function
Ddirective.js15 function check_syntax_error (code) function
Dlet2.js16 function check_syntax_error (code) function
Dfunction-call.js15 function check_syntax_error (code) function
Dlet13.js19 function check_syntax_error (code) { function
Dfunction-async2.js17 function check_syntax_error (code) function
Dfunction-if.js16 function check_syntax_error (code) function
Dtry-pattern.js16 function check_syntax_error(code) function
Dgenerator-yield.js18 function check_syntax_error(str) function
Dgenerator-initializer.js18 function check_syntax_error (code) function
Dfunction-await1.js17 function check_syntax_error (code) function
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-737.js15 function check_syntax_error (s) { function
Dregression-test-issue-3821.js15 function check_syntax_error (script) function
Dregression-test-issues-43-183.js15 function check_syntax_error (script) function
Dregression-test-issue-686.js15 function check_syntax_error (code) { function
Dkeyword.js15 function check_syntax_error(code) function
Dstrict2.js15 function check_syntax_error (script) function
Dfunc-decl.js27 function check_syntax_error (s) { function
/third_party/python/Lib/test/
Dtest_future.py21 def check_syntax_error(self, err, basename, lineno, offset=1): member in FutureTest
/third_party/python/Lib/test/support/
D__init__.py615 def check_syntax_error(testcase, statement, errtext='', *, lineno=None, offset=None): function