ladybird/Libraries/LibJS
Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object
This moves us towards being able to run JavaScript in different global
objects without allocating a separate GC heap.
2020-04-18 13:24:45 +02:00
..
Heap LibJS: Allow cells to mark null pointers 2020-04-16 16:10:38 +02:00
Runtime LibJS: Move builtin prototypes to the global object 2020-04-18 13:24:45 +02:00
Tests LibJS: Implement nullish coalescing operator (??) 2020-04-18 12:34:13 +02:00
AST.cpp LibJS: Implement nullish coalescing operator (??) 2020-04-18 12:34:13 +02:00
AST.h LibJS: Implement nullish coalescing operator (??) 2020-04-18 12:34:13 +02:00
Forward.h LibJS: Introduce LexicalEnvironment 2020-04-15 22:07:20 +02:00
Interpreter.cpp LibJS: Move builtin prototypes to the global object 2020-04-18 13:24:45 +02:00
Interpreter.h LibJS: Move builtin prototypes to the global object 2020-04-18 13:24:45 +02:00
Lexer.cpp LibJS: Handle HTML-style comments 2020-04-14 12:54:09 +02:00
Lexer.h LibJS: Handle HTML-style comments 2020-04-14 12:54:09 +02:00
Makefile LibJS: Introduce LexicalEnvironment 2020-04-15 22:07:20 +02:00
Parser.cpp LibJS: Implement nullish coalescing operator (??) 2020-04-18 12:34:13 +02:00
Parser.h LibJS: Implement automatic semicolon insertion 2020-04-17 15:22:31 +02:00
Token.cpp LibJS: Add numeric literal parsing for different bases and exponents 2020-04-05 16:01:22 +02:00
Token.h LibJS: Parse "this" as ThisExpression 2020-04-13 00:45:25 +02:00