1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 18:15:06 +00:00
serenity/Userland/Libraries/LibJS/Tests/syntax
2021-11-10 08:48:27 +00:00
..
async-await.js LibJS: Add tests for async functions and await expressions 2021-11-10 08:48:27 +00:00
destructuring-assignment.js LibJS: Make scoping follow the spec 2021-09-30 08:16:32 +01:00
generators.js LibJS: Allow 'yield' and 'await' as function expression names 2021-07-02 14:59:03 +02:00
optional-chaining.js LibJS: Implement parsing and execution of optional chains 2021-09-14 20:03:27 +01:00
slash-after-block.js LibJS: Force the lexer to parse a regex when expecting a statement 2021-08-16 23:20:04 +01:00
switch-as-statement.js LibJS: Make scoping follow the spec 2021-09-30 08:16:32 +01:00