Andreas Kling a7c1af08ca LibJS: Store bytecode instruction length in instruction itself 1 год назад
..
Bytecode a7c1af08ca LibJS: Store bytecode instruction length in instruction itself 1 год назад
Contrib 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 лет назад
Heap 96600e77c2 LibJS: Enable storing Value and Handle<Value> in HashMaps 1 год назад
Runtime 56d0a0ac0f LibJS: Make CreateDataByteBlock AO publicly available 1 год назад
Tests ca0d926036 LibJS: Use decimal compact patterns for currency style sub-patterns 1 год назад
AST.cpp d978c762bc LibJS: Remove usage of bytecode_interpreter_if_exists() 2 лет назад
AST.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible 2 лет назад
CMakeLists.txt d0fd34112f LibJS: Remove the now-unused ThrowableStringBuilder 1 год назад
Console.cpp 573cbb5ca0 LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 1 год назад
Console.h 396655d145 LibJS: Begin implementing console.dir 2 лет назад
CyclicModule.cpp 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations 2 лет назад
CyclicModule.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible 2 лет назад
Forward.h 2eaa528a0e LibJS: Rip out the AST interpreter :^) 2 лет назад
Lexer.cpp 34344120f2 AK: Make "foo"_string infallible 2 лет назад
Lexer.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 лет назад
MarkupGenerator.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 лет назад
MarkupGenerator.h a9b3aaa887 LibJS: Fix redundancy-detection when printing raw values 2 лет назад
Module.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 лет назад
Module.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 лет назад
Parser.cpp 3ceedbd16a LibJS: Allow assignment expression in spreading property definition 1 год назад
Parser.h b0a533dbc0 LibJS: Identify global variables during parsing 2 лет назад
ParserError.cpp 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError 2 лет назад
ParserError.h 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError 2 лет назад
Position.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS 1 год назад
Print.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 лет назад
Print.h 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 лет назад
SafeFunction.h 0ff29349e6 LibJS: Add GC graph dumper 2 лет назад
Script.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 лет назад
Script.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 лет назад
SourceCode.cpp 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS 1 год назад
SourceCode.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS 1 год назад
SourceRange.h 44b2735b9e LibJS: Make line-and-column resolution fast for large minified JS 1 год назад
SourceTextModule.cpp 2eaa528a0e LibJS: Rip out the AST interpreter :^) 2 лет назад
SourceTextModule.h d29bd55b48 LibJS: Implement import.meta for bytecode 2 лет назад
SyntaxHighlighter.cpp ba4db899d4 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 1 год назад
SyntaxHighlighter.h 31290c8527 LibSyntax: Teach each highlighter about it's comment syntax 2 лет назад
SyntheticModule.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 лет назад
SyntheticModule.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 лет назад
Token.cpp b52cbf673d LibJS: Avoid DeprecatedString allocation in Token::double_value() 1 год назад
Token.h cfa6b4d815 LibJS: Remove DeprecatedString usage from Token 2 лет назад