1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 04:24:59 +00:00
serenity/Libraries/LibJS
Andreas Kling 30de1f610d LibJS: Use enumerator macro to mark all constructors in GlobalObject
We were forgetting to mark the String constructor! So this patch fixes
that and ensures we won't forget anyone in the future.
2020-04-18 11:02:05 +02:00
..
Heap LibJS: Allow cells to mark null pointers 2020-04-16 16:10:38 +02:00
Runtime LibJS: Use enumerator macro to mark all constructors in GlobalObject 2020-04-18 11:02:05 +02:00
Tests LibJS: Add Array.prototype.concat 2020-04-17 16:14:28 +02:00
AST.cpp LibJS+LibWeb: Pass prototype to Object constructor 2020-04-18 11:00:55 +02:00
AST.h LibJS: Support empty values in array expression 2020-04-15 21:23:06 +02:00
Forward.h LibJS: Introduce LexicalEnvironment 2020-04-15 22:07:20 +02:00
Interpreter.cpp LibJS: Pass prototype to Function constructors 2020-04-18 10:28:22 +02:00
Interpreter.h LibJS: Pass prototype to Error constructors 2020-04-18 10:28:22 +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: Fix semicolon insertion 2020-04-17 15:32:20 +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