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