ladybird/Libraries/LibJS
Andreas Kling ddd69e3660 LibJS: Make the AST reference-counted
This allows function objects to outlive the original parsed program
without their ScopeNode disappearing.
2020-03-18 11:23:53 +01:00
..
Heap LibJS+js: Add a debug option (js -g) to GC after every allocation 2020-03-16 19:18:46 +01:00
Runtime LibJS: Make the AST reference-counted 2020-03-18 11:23:53 +01:00
AST.cpp LibJS: Make the AST reference-counted 2020-03-18 11:23:53 +01:00
AST.h LibJS: Make the AST reference-counted 2020-03-18 11:23:53 +01:00
Forward.h LibJS: Add NativeFunction, a callable wrapper around a C++ lambda 2020-03-12 19:54:47 +01:00
Interpreter.cpp LibJS: Make the AST reference-counted 2020-03-18 11:23:53 +01:00
Interpreter.h LibJS: Make the AST reference-counted 2020-03-18 11:23:53 +01:00
Lexer.cpp LibJS: Implement null and undefined literals 2020-03-16 13:42:13 +01:00
Lexer.h LibJS: Lex single quote strings, escaped chars and unterminated strings 2020-03-14 12:13:53 +01:00
Makefile LibJS: Replace the global print() function with console.log() :^) 2020-03-16 14:58:20 +01:00
Parser.cpp LibJS: Make the AST reference-counted 2020-03-18 11:23:53 +01:00
Parser.h LibJS: Make the AST reference-counted 2020-03-18 11:23:53 +01:00
Token.cpp LibJS: Implement null and undefined literals 2020-03-16 13:42:13 +01:00
Token.h LibJS: Implement null and undefined literals 2020-03-16 13:42:13 +01:00