Andreas Kling 1ff9d33131 LibJS: Make Function::call() not require an Interpreter& 4 yıl önce
..
Heap 08f9bc26a6 Meta+LibHTTP through LibWeb: Make clang-format-10 clean 4 yıl önce
Runtime 1ff9d33131 LibJS: Make Function::call() not require an Interpreter& 4 yıl önce
Tests c0e4353bde LibJS: Handle getter exception in JSONObject::serialize_json_property() 4 yıl önce
AST.cpp be31805e8b LibJS: Move scope stack from VM back to Interpreter 4 yıl önce
AST.h fd32f00839 LibJS: Mark more ASTNode classes as `final` 4 yıl önce
CMakeLists.txt 1c43442be4 LibJS+Clients: Add JS::VM object, separate Heap from Interpreter 4 yıl önce
Console.cpp 6861c619c6 LibJS: Move most of Interpreter into VM 4 yıl önce
Console.h a48080f62d LibJS: Move Interpreter::get_trace() to ConsoleClient 5 yıl önce
Forward.h 08f9bc26a6 Meta+LibHTTP through LibWeb: Make clang-format-10 clean 4 yıl önce
Interpreter.cpp 1ff9d33131 LibJS: Make Function::call() not require an Interpreter& 4 yıl önce
Interpreter.h 1ff9d33131 LibJS: Make Function::call() not require an Interpreter& 4 yıl önce
Lexer.cpp 5d3c437cce LibJS: Fix start position of multi-line tokens 4 yıl önce
Lexer.h 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects 5 yıl önce
MarkupGenerator.cpp 7d83665635 LibJS+LibGUI+js: Handle UnterminatedRegexLiteral in syntax highlighters 4 yıl önce
MarkupGenerator.h 937d0be762 Meta: Add a script check the presence of "#pragma once" in header files 5 yıl önce
Parser.cpp 5fd87ccd16 LibJS: Add FIXMEs for parsing increment operators with function LHS/RHS 4 yıl önce
Parser.h 5a2ec86048 LibJS: Parser refactored to use constexpr precedence table 5 yıl önce
Token.cpp d1d9545875 LibJS: Add missing reserved words to Token::is_identifier_name() 5 yıl önce
Token.h 5a2ec86048 LibJS: Parser refactored to use constexpr precedence table 5 yıl önce