Xavier Cooney 43f948b357 LibJS: Implement IsRegExp abstract operation 4 gadi atpakaļ
..
Heap 7c8d35600c Spreadsheet: Override `visit_edges()` and visit stored JS objects 4 gadi atpakaļ
Runtime 43f948b357 LibJS: Implement IsRegExp abstract operation 4 gadi atpakaļ
Tests 200c7572b7 LibJS: Implement Object.prototype.propertyIsEnumerable 4 gadi atpakaļ
AST.cpp 7c8d35600c Spreadsheet: Override `visit_edges()` and visit stored JS objects 4 gadi atpakaļ
AST.h d617120499 LibJS: Parse "with" statements :^) 4 gadi atpakaļ
CMakeLists.txt 5eb1f752ab LibJS: Use new format functions everywhere 4 gadi atpakaļ
Console.cpp 43ff2ea8d8 LibJS: Use regular stack for VM call frames instead of Vector storage 4 gadi atpakaļ
Console.h e4bda2e1e7 LibJS: Move Console from Interpreter to GlobalObject 4 gadi atpakaļ
Forward.h 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 4 gadi atpakaļ
Interpreter.cpp 48d2545572 LibJS: Get rid of Argument and ArgumentVector 4 gadi atpakaļ
Interpreter.h 48d2545572 LibJS: Get rid of Argument and ArgumentVector 4 gadi atpakaļ
Lexer.cpp 0974991d05 LibJS: Don't treat '?.' followed by decimal digit as QuestionMarkPeriod 4 gadi atpakaļ
Lexer.h abd49c174a LibJS: Include source location hint in Parser::print_errors() 4 gadi atpakaļ
MarkupGenerator.cpp d2a2d19a86 LibJS: Handle multi-line source code in MarkupGenerator 4 gadi atpakaļ
MarkupGenerator.h 937d0be762 Meta: Add a script check the presence of "#pragma once" in header files 5 gadi atpakaļ
Parser.cpp 5eb1f752ab LibJS: Use new format functions everywhere 4 gadi atpakaļ
Parser.h abd49c174a LibJS: Include source location hint in Parser::print_errors() 4 gadi atpakaļ
Token.cpp 3dbf4c62b0 LibJS: Use GenericLexer for Token::string_value() 4 gadi atpakaļ
Token.h 03c1d43f6e LibJS: Add message string to Token 4 gadi atpakaļ