Timothy Flynn 9949173fce LibJS: Do not store console table columns and rows in a plain vector 9 months ago
..
Bytecode 7b3a3c2066 LibJS+LibWeb: Remove now-unused lexical environment override 9 months ago
Contrib 0090b916dd LibJS: Make ParserError::to_string infallible 1 year ago
Heap 797b0d0f43 LibJS+LibWeb: Remove remaining use and reference to SafeFunction 9 months ago
Runtime a70ed6a2ad AK: Add `OptionalBase` class to reduce code duplication 9 months ago
Tests 3180df3337 LibJS: Parse dates like "Tuesday, October 29, 2024, 18:00 UTC" 9 months ago
AST.cpp cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
AST.h cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
CMakeLists.txt b97f9f2c55 LibJS: Implement Uint8Array.prototype.toBase64 11 months ago
Console.cpp 9949173fce LibJS: Do not store console table columns and rows in a plain vector 9 months ago
Console.h 785180dd45 LibJS+WebContent: Implement console.table 11 months ago
CyclicModule.cpp bf1f631f25 Everywhere: Write dtors for types with incomplete members out-of-line 1 year ago
CyclicModule.h bf1f631f25 Everywhere: Write dtors for types with incomplete members out-of-line 1 year ago
Forward.h 257ebea364 LibJS: Store RegExp flags as a bitmask 9 months ago
Lexer.cpp d5a0bb9159 LibJS: Remove unused field Token::m_filename 11 months ago
Lexer.h f1f7e89b68 LibJS: Lex 1/2/3-byte tokens without HashMap lookups 1 year ago
MarkupGenerator.cpp dd419b5a8d AK: Make String::number() infallible 9 months ago
MarkupGenerator.h a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values 2 years ago
Module.cpp cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
Module.h cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
ModuleLoading.h 07f567cd9f LibJS+LibWeb: Another round of bringing module loading closer to spec 1 year ago
Parser.cpp cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
Parser.h cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
ParserError.cpp 0090b916dd LibJS: Make ParserError::to_string infallible 1 year ago
ParserError.h 0090b916dd LibJS: Make ParserError::to_string infallible 1 year ago
Position.h cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
Print.cpp 9650cf8b15 LibJS: Do not print large arrays 9 months ago
Print.h cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
Script.cpp cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
Script.h cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
SourceCode.cpp cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
SourceCode.h cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
SourceRange.h cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
SourceTextModule.cpp cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
SourceTextModule.h cc4b3cbacc Meta: Update my e-mail address everywhere 10 months ago
SyntaxHighlighter.cpp 84c881fc66 LibJS: Count code-points instead of bytes for syntax highlight 9 months ago
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 years ago
SyntheticModule.cpp a3782782fa LibJS: Remove two unused members from ExecutionContext 1 year ago
SyntheticModule.h fc31a0d506 LibJS: Support LoadRequestedModule AO on SyntheticModule records 1 year ago
Token.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 year ago
Token.h d5a0bb9159 LibJS: Remove unused field Token::m_filename 11 months ago