Andreas Kling 4cf4ea92a7 LibJS/Bytecode: Store Instruction length as u32 1 yıl önce
..
Bytecode 4cf4ea92a7 LibJS/Bytecode: Store Instruction length as u32 1 yıl önce
Contrib 0090b916dd LibJS: Make ParserError::to_string infallible 1 yıl önce
Heap 3945e1a82a LibJS: Make JS::Cell a Weakable 1 yıl önce
Runtime f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 yıl önce
Tests ada5027163 LibJS: Cleanup unwind state when transferring control out of a finalizer 1 yıl önce
AST.cpp f21c0f9dcd LibJS: Skip some declarative env allocations in function instantiation 1 yıl önce
AST.h f21c0f9dcd LibJS: Skip some declarative env allocations in function instantiation 1 yıl önce
CMakeLists.txt 5b69413c4b Revert "LibJS/Bytecode: Bring back the bytecode optimization pipeline" 1 yıl önce
Console.cpp 4db1712f90 LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated 1 yıl önce
Console.h 4db1712f90 LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated 1 yıl önce
CyclicModule.cpp 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 1 yıl önce
CyclicModule.h 99106df834 LibJS: Update import referrer's [[LoadedModules]] in place 1 yıl önce
Forward.h 8ff16c1b57 LibJS: Cache access to properties found in prototype chain 1 yıl önce
Lexer.cpp 5ed7cd6e32 Everywhere: Use east const in more places 1 yıl önce
Lexer.h f1f7e89b68 LibJS: Lex 1/2/3-byte tokens without HashMap lookups 1 yıl önce
MarkupGenerator.cpp b5f22b6e90 AK+Userland: Remove some needlessly explicit conversions to StringView 1 yıl önce
MarkupGenerator.h a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values 2 yıl önce
Module.cpp d62c0fcbdc LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 yıl önce
Module.h d62c0fcbdc LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 yıl önce
ModuleLoading.h 07f567cd9f LibJS+LibWeb: Another round of bringing module loading closer to spec 1 yıl önce
Parser.cpp 4d5823a5bc LibWeb+LibJS: Skip function environment allocation if possible 1 yıl önce
Parser.h 4d5823a5bc LibWeb+LibJS: Skip function environment allocation if possible 1 yıl önce
ParserError.cpp 0090b916dd LibJS: Make ParserError::to_string infallible 1 yıl önce
ParserError.h 0090b916dd LibJS: Make ParserError::to_string infallible 1 yıl önce
Position.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS 1 yıl önce
Print.cpp 9258d7b98a LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray 1 yıl önce
Print.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 yıl önce
SafeFunction.h 0ff29349e6 LibJS: Add GC graph dumper 2 yıl önce
Script.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 yıl önce
Script.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
SourceCode.cpp 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS 1 yıl önce
SourceCode.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS 1 yıl önce
SourceRange.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 yıl önce
SourceTextModule.cpp f6aee2b9e8 LibJS/Bytecode: Flatten bytecode to a contiguous representation 1 yıl önce
SourceTextModule.h 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 yıl önce
SyntaxHighlighter.cpp ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 yıl önce
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 yıl önce
SyntheticModule.cpp fc31a0d506 LibJS: Support LoadRequestedModule AO on SyntheticModule records 1 yıl önce
SyntheticModule.h fc31a0d506 LibJS: Support LoadRequestedModule AO on SyntheticModule records 1 yıl önce
Token.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 yıl önce
Token.h 5ed7cd6e32 Everywhere: Use east const in more places 1 yıl önce