..
Bytecode
LibJS: Store bytecode instruction length in instruction itself
2023-09-14 16:11:14 +02:00
Contrib /Test262
LibJS: Make Heap::allocate<T>() infallible
2023-08-13 15:38:42 +02:00
Heap
LibJS: Avoid pointless HashTable copying during GC mark phase
2023-09-15 12:12:54 +02:00
Runtime
LibJS: Unescape incorrectly escaped code units in regex patterns
2023-09-16 15:21:09 +02:00
Tests
LibJS: Unescape incorrectly escaped code units in regex patterns
2023-09-16 15:21:09 +02:00
AST.cpp
LibJS: Remove usage of bytecode_interpreter_if_exists()
2023-08-12 08:46:35 +02:00
AST.h
LibJS: Mark classes and virtual functions final
where possible
2023-08-13 18:05:09 +02:00
CMakeLists.txt
LibJS: Remove the now-unused ThrowableStringBuilder
2023-09-09 13:03:25 -04:00
Console.cpp
LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder
2023-09-09 13:03:25 -04:00
Console.h
LibJS: Begin implementing console.dir
2023-06-22 06:46:27 +02:00
CyclicModule.cpp
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
2023-04-30 06:04:33 +02:00
CyclicModule.h
LibJS: Mark classes and virtual functions final
where possible
2023-08-13 18:05:09 +02:00
Forward.h
LibJS: Rip out the AST interpreter :^)
2023-08-08 13:07:13 +02:00
Lexer.cpp
AK: Make "foo"_string infallible
2023-08-07 16:03:27 +02:00
Lexer.h
Everywhere: Remove needless trailing semi-colons after functions
2023-07-08 10:32:56 +01:00
MarkupGenerator.cpp
LibJS: Make Value::to_string_without_side_effects() infallible
2023-08-09 17:09:16 +02:00
MarkupGenerator.h
LibJS: Fix redundancy-detection when printing raw values
2023-06-15 08:09:16 +02:00
Module.cpp
LibJS: Make Heap::allocate<T>() infallible
2023-08-13 15:38:42 +02:00
Module.h
Parser.cpp
LibJS: Allow assignment expression in spreading property definition
2023-08-29 18:46:01 -04:00
Parser.h
LibJS: Identify global variables during parsing
2023-07-12 16:03:16 +02:00
ParserError.cpp
ParserError.h
Position.h
LibJS: Make line-and-column resolution fast for large minified JS
2023-09-12 17:21:42 +02:00
Print.cpp
LibJS: Make Value::to_string_without_side_effects() infallible
2023-08-09 17:09:16 +02:00
Print.h
SafeFunction.h
LibJS: Add GC graph dumper
2023-08-17 18:27:02 +02:00
Script.cpp
Script.h
SourceCode.cpp
LibJS: Make line-and-column resolution fast for large minified JS
2023-09-12 17:21:42 +02:00
SourceCode.h
LibJS: Make line-and-column resolution fast for large minified JS
2023-09-12 17:21:42 +02:00
SourceRange.h
LibJS: Make line-and-column resolution fast for large minified JS
2023-09-12 17:21:42 +02:00
SourceTextModule.cpp
LibJS: Rip out the AST interpreter :^)
2023-08-08 13:07:13 +02:00
SourceTextModule.h
LibJS: Implement import.meta for bytecode
2023-07-14 06:06:04 +02:00
SyntaxHighlighter.cpp
LibSyntax+Userland: Make LibSyntax not depend on LibGUI
2023-08-29 07:57:39 -04:00
SyntaxHighlighter.h
SyntheticModule.cpp
LibJS: Make PrimitiveString::create() infallible
2023-08-09 17:09:16 +02:00
SyntheticModule.h
Token.cpp
LibJS: Avoid DeprecatedString allocation in Token::double_value()
2023-09-03 18:59:00 +02:00
Token.h