ladybird/Libraries/LibJS
Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&)
Passing a Heap& to it only to then call interpreter() on that is weird.
Let's just give it the Interpreter& directly, like some of the other
to_something() functions.
2020-05-18 09:39:55 +02:00
..
Heap LibJS: Be a bit more explicit about sizeof(buf) / sizeof(FlatPtr) 2020-05-08 21:02:47 +02:00
Runtime LibJS: Change Value::to_object(Heap& -> Interpreter&) 2020-05-18 09:39:55 +02:00
Tests LibJS: Add symbol objects 2020-05-17 18:05:15 +02:00
AST.cpp LibJS: Change Value::to_object(Heap& -> Interpreter&) 2020-05-18 09:39:55 +02:00
AST.h LibJS: Check AssignmentExpression LHS in parser 2020-05-13 01:15:29 +02:00
CMakeLists.txt LibJS: Add symbol objects 2020-05-17 18:05:15 +02:00
Console.cpp LibJS: Add side-effect-free version of Value::to_string() 2020-05-15 13:50:42 +02:00
Console.h LibJS: Implement ConsoleClient 2020-05-05 09:15:16 +02:00
Forward.h LibJS: Add symbol objects 2020-05-17 18:05:15 +02:00
Interpreter.cpp LibJS: Add symbol objects 2020-05-17 18:05:15 +02:00
Interpreter.h LibJS: Add some helpers and use them to re-implement Console functions 2020-05-05 09:15:16 +02:00
Lexer.cpp LibJS: Remove syntax errors from lexer 2020-05-15 09:53:52 +02:00
Lexer.h LibJS: Remove syntax errors from lexer 2020-05-15 09:53:52 +02:00
Parser.cpp LibJS: Let parser keep track of errors 2020-05-15 09:53:52 +02:00
Parser.h LibJS: Let parser keep track of errors 2020-05-15 09:53:52 +02:00
Token.cpp LibJS: Add template literals 2020-05-04 16:46:31 +02:00
Token.h LibJS: Add missing keywords/tokens 2020-05-12 18:47:38 +02:00