test262/test/language
QuXing9 91a9abff4e
Add three testcases for test262 suite. (#2692)
* Add tests for escape function when parameter is not a string.

Fixes #2687
Fixes #2637

* Add test for indirect eval calls  when script is a for statement.

When for statement doesn't have a body, it should throw a SyntaxError.

Fixes #2661

* Add tests for Function Constructor when body contains usestrict.

Fixes #2688
Fixes #2638
2020-07-09 09:57:55 -07:00
..
arguments-object Remove duplicate tests (#2377) 2019-09-27 16:31:44 -04:00
asi ASI after do-while in the same line 2019-09-24 14:16:40 -04:00
block-scope Improve coverage: function declarations 2019-09-27 15:39:10 -04:00
comments
computed-property-names Avoid usage of Object.keys when asserting order of returned values (#2320) 2019-09-04 11:38:18 -03:00
destructuring/binding add missing newlines in tests 2019-11-10 20:18:56 -08:00
directive-prologue
eval-code Add three testcases for test262 suite. (#2692) 2020-07-09 09:57:55 -07:00
export
expressions Expand tests for Optional Chaining 2020-06-30 17:37:01 -04:00
function-code Update tests for removal of per-parameter position var scope (#2445) 2019-12-23 13:36:09 -05:00
future-reserved-words
global-code
identifier-resolution
identifiers Correct descriptions w.r.t. identifier start/part characters 2020-05-06 11:54:16 -04:00
import
keywords
line-terminators
literals Use non ID_Continue characters in negative tests 2020-04-23 10:48:16 -04:00
module-code update comments in instn-once.js (#2631) 2020-05-20 12:24:55 -07:00
punctuators
reserved-words
rest-parameters
source-text
statementList
statements Generate tests 2020-06-24 15:47:49 -04:00
types
white-space