1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:38:11 +00:00
serenity/Libraries/LibJS
Matthew Olsson b9cf7a833f LibJS/test-js: Create test-js program, prepare for test suite refactor
This moves most of the work from run-tests.sh to test-js.cpp. This way,
we have a lot more control over how the test suite runs, as well as how
it outputs. This should result in some cool functionality!

This commit also refactors test-common.js to mimic the jest library.
This should allow tests to be much more expressive :)
2020-07-06 23:40:35 +02:00
..
Heap LibJS: Move native objects towards two-pass construction 2020-06-20 15:46:30 +02:00
Runtime LibJS: Use correct MarkedValueList append method 2020-07-03 19:30:13 +02:00
Tests LibJS/test-js: Create test-js program, prepare for test suite refactor 2020-07-06 23:40:35 +02:00
AST.cpp LibJS: Initial class implementation; allow super expressions in object 2020-06-29 17:54:54 +02:00
AST.h LibJS: Initial class implementation; allow super expressions in object 2020-06-29 17:54:54 +02:00
CMakeLists.txt LibJS: Add JSON.stringify 2020-06-13 12:43:22 +02:00
Console.cpp LibJS: Move Interpreter::get_trace() to ConsoleClient 2020-06-02 15:22:34 +02:00
Console.h LibJS: Move Interpreter::get_trace() to ConsoleClient 2020-06-02 15:22:34 +02:00
Forward.h LibJS: Make NativeProperty a plain Cell instead of an Object 2020-06-23 17:56:57 +02:00
Interpreter.cpp LibJS: Hide interpreter exception debug output behind a flag 2020-07-03 19:30:13 +02:00
Interpreter.h LibJS: Implement Proxy [[Call]] and [[Construct]] traps 2020-07-01 11:16:37 +02:00
Lexer.cpp LibJS: Move regex logic to main Lexer if statement 2020-06-08 09:18:27 +02:00
Lexer.h LibJS: Lex and parse regex literals, add RegExp objects 2020-06-07 19:06:55 +02:00
MarkupGenerator.cpp LibJS: Add BigInt 2020-06-07 19:29:40 +02:00
MarkupGenerator.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Parser.cpp LibJS: Initial class implementation; allow super expressions in object 2020-06-29 17:54:54 +02:00
Parser.h LibJS: Initial class implementation; allow super expressions in object 2020-06-29 17:54:54 +02:00
Token.cpp LibJS: Fix out-of-bounds read when parsing escape sequences 2020-06-01 17:37:44 +02:00
Token.h LibJS: Add BigInt 2020-06-07 19:29:40 +02:00