Andreas Kling ce7c925924 LibJS/Bytecode: Allow assignment expression to write directly to locals il y a 1 an
..
Bytecode ce7c925924 LibJS/Bytecode: Allow assignment expression to write directly to locals il y a 1 an
Contrib 0090b916dd LibJS: Make ParserError::to_string infallible il y a 1 an
Heap 3945e1a82a LibJS: Make JS::Cell a Weakable il y a 1 an
Runtime ed50eb0aaa LibJS/Bytecode: Add environment coordinate caching to SetVariable il y a 1 an
Tests af94e4c05d LibJS: Save and restore exceptions on yields in finalizers il y a 1 an
AST.cpp d79438a2a6 LibJS: Join locals, constants and registers into single vector il y a 1 an
AST.h b7c04f999a LibJS/Bytecode: Split SetVariable into four separate instructions il y a 1 an
CMakeLists.txt 4ae7bbda52 Lagom: Add ClangPlugins to the build system il y a 1 an
Console.cpp 4db1712f90 LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated il y a 1 an
Console.h 4db1712f90 LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated il y a 1 an
CyclicModule.cpp 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration il y a 1 an
CyclicModule.h 99106df834 LibJS: Update import referrer's [[LoadedModules]] in place il y a 1 an
Forward.h 601e10d50c LibJS/Bytecode: Make StringTableIndex be a 32-bit index il y a 1 an
Lexer.cpp 5ed7cd6e32 Everywhere: Use east const in more places il y a 1 an
Lexer.h f1f7e89b68 LibJS: Lex 1/2/3-byte tokens without HashMap lookups il y a 1 an
MarkupGenerator.cpp b5f22b6e90 AK+Userland: Remove some needlessly explicit conversions to StringView il y a 1 an
MarkupGenerator.h a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values il y a 2 ans
Module.cpp d62c0fcbdc LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() il y a 1 an
Module.h d62c0fcbdc LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() il y a 1 an
ModuleLoading.h 07f567cd9f LibJS+LibWeb: Another round of bringing module loading closer to spec il y a 1 an
Parser.cpp 4d5823a5bc LibWeb+LibJS: Skip function environment allocation if possible il y a 1 an
Parser.h 4d5823a5bc LibWeb+LibJS: Skip function environment allocation if possible il y a 1 an
ParserError.cpp 0090b916dd LibJS: Make ParserError::to_string infallible il y a 1 an
ParserError.h 0090b916dd LibJS: Make ParserError::to_string infallible il y a 1 an
Position.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS il y a 1 an
Print.cpp 9258d7b98a LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray il y a 1 an
Print.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages il y a 2 ans
SafeFunction.h 0ff29349e6 LibJS: Add GC graph dumper il y a 2 ans
Script.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
Script.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
SourceCode.cpp 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS il y a 1 an
SourceCode.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS il y a 1 an
SourceRange.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
SourceTextModule.cpp a4f70986a0 LibJS: Emit bytecode for function declaration instantiation il y a 1 an
SourceTextModule.h 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap il y a 1 an
SyntaxHighlighter.cpp ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI il y a 1 an
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax il y a 2 ans
SyntheticModule.cpp fc31a0d506 LibJS: Support LoadRequestedModule AO on SyntheticModule records il y a 1 an
SyntheticModule.h fc31a0d506 LibJS: Support LoadRequestedModule AO on SyntheticModule records il y a 1 an
Token.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} il y a 1 an
Token.h 5ed7cd6e32 Everywhere: Use east const in more places il y a 1 an