Matthew Olsson 9ea6ab0ad4 LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues před 1 rokem
..
Bytecode e934132442 LibJS+LibWeb: Pass function metadata collected in parsing using a struct před 1 rokem
Contrib 0090b916dd LibJS: Make ParserError::to_string infallible před 1 rokem
Heap 9ea6ab0ad4 LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues před 1 rokem
Runtime 9ea6ab0ad4 LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues před 1 rokem
Tests f28bb90d9b LibJS: Remove non-spec compliant code from internal_construct před 1 rokem
AST.cpp f29ac8517e LibJS: Skip ordinary_call_bind_this() when possible před 1 rokem
AST.h f29ac8517e LibJS: Skip ordinary_call_bind_this() when possible před 1 rokem
CMakeLists.txt 4ae7bbda52 Lagom: Add ClangPlugins to the build system před 1 rokem
Console.cpp 4db1712f90 LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated před 1 rokem
Console.h 4db1712f90 LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated před 1 rokem
CyclicModule.cpp 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration před 1 rokem
CyclicModule.h 99106df834 LibJS: Update import referrer's [[LoadedModules]] in place před 1 rokem
Forward.h 601e10d50c LibJS/Bytecode: Make StringTableIndex be a 32-bit index před 1 rokem
Lexer.cpp 5ed7cd6e32 Everywhere: Use east const in more places před 1 rokem
Lexer.h f1f7e89b68 LibJS: Lex 1/2/3-byte tokens without HashMap lookups před 1 rokem
MarkupGenerator.cpp b5f22b6e90 AK+Userland: Remove some needlessly explicit conversions to StringView před 1 rokem
MarkupGenerator.h a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values před 2 roky
Module.cpp d62c0fcbdc LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() před 1 rokem
Module.h d62c0fcbdc LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() před 1 rokem
ModuleLoading.h 07f567cd9f LibJS+LibWeb: Another round of bringing module loading closer to spec před 1 rokem
Parser.cpp f29ac8517e LibJS: Skip ordinary_call_bind_this() when possible před 1 rokem
Parser.h e934132442 LibJS+LibWeb: Pass function metadata collected in parsing using a struct před 1 rokem
ParserError.cpp 0090b916dd LibJS: Make ParserError::to_string infallible před 1 rokem
ParserError.h 0090b916dd LibJS: Make ParserError::to_string infallible před 1 rokem
Position.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS před 1 rokem
Print.cpp 9258d7b98a LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray před 1 rokem
Print.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages před 2 roky
SafeFunction.h 0ff29349e6 LibJS: Add GC graph dumper před 2 roky
Script.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type před 1 rokem
Script.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String před 1 rokem
SourceCode.cpp 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS před 1 rokem
SourceCode.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS před 1 rokem
SourceRange.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String před 1 rokem
SourceTextModule.cpp f29ac8517e LibJS: Skip ordinary_call_bind_this() when possible před 1 rokem
SourceTextModule.h 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap před 1 rokem
SyntaxHighlighter.cpp ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI před 1 rokem
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax před 2 roky
SyntheticModule.cpp fc31a0d506 LibJS: Support LoadRequestedModule AO on SyntheticModule records před 1 rokem
SyntheticModule.h fc31a0d506 LibJS: Support LoadRequestedModule AO on SyntheticModule records před 1 rokem
Token.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} před 1 rokem
Token.h 5ed7cd6e32 Everywhere: Use east const in more places před 1 rokem