.. |
Bytecode
|
1341f4438d
LibJS: Save scheduled jumps when entering unwind contexts
|
1 year ago |
Contrib
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Heap
|
8a727abd23
LibJS: Move Heap intrusive list manipulation inline
|
1 year ago |
JIT
|
0c6d094a7e
LibJS/JIT: Stop logging JIT success by default (but still log failure)
|
1 year ago |
Runtime
|
2086b8df9c
LibJS/Date: Ensure `YearFromTime(t)` holds invariant after approximation
|
1 year ago |
Tests
|
1341f4438d
LibJS: Save scheduled jumps when entering unwind contexts
|
1 year ago |
AST.cpp
|
65717e3b75
LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive}
|
1 year ago |
AST.h
|
65232b6681
LibJS: Mark classes and virtual functions `final` where possible
|
1 year ago |
CMakeLists.txt
|
ec8330b647
LibJS/JIT: Dump disassembly of generated code using LibX86
|
1 year ago |
Console.cpp
|
65717e3b75
LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive}
|
1 year ago |
Console.h
|
396655d145
LibJS: Begin implementing console.dir
|
2 years ago |
CyclicModule.cpp
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
2 years ago |
CyclicModule.h
|
65232b6681
LibJS: Mark classes and virtual functions `final` where possible
|
1 year ago |
Forward.h
|
13057812d5
LibJS: Remove inline capacity from MarkedVector
|
1 year ago |
Lexer.cpp
|
34344120f2
AK: Make "foo"_string infallible
|
1 year ago |
Lexer.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 years ago |
MarkupGenerator.cpp
|
e33145aa4b
LibJS: Use OrderedHashMap for the Shape property table
|
1 year ago |
MarkupGenerator.h
|
a9b3aaa887
LibJS: Fix redundancy-detection when printing raw values
|
2 years ago |
Module.cpp
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Module.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 years ago |
Parser.cpp
|
2d8b2328fd
LibJS: Syntax error for a unary expression followed by exponentiation
|
1 year ago |
Parser.h
|
b0a533dbc0
LibJS: Identify global variables during parsing
|
2 years ago |
ParserError.cpp
|
93ad25fbe5
LibJS: Add to_string definitions to CodeGenerationError and ParserError
|
2 years ago |
ParserError.h
|
93ad25fbe5
LibJS: Add to_string definitions to CodeGenerationError and ParserError
|
2 years ago |
Position.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 year ago |
Print.cpp
|
97ebfd9f0f
LibJS: Make Value::to_string_without_side_effects() infallible
|
1 year ago |
Print.h
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
SafeFunction.h
|
0ff29349e6
LibJS: Add GC graph dumper
|
1 year ago |
Script.cpp
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 years ago |
Script.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
SourceCode.cpp
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 year ago |
SourceCode.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 year ago |
SourceRange.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 year ago |
SourceTextModule.cpp
|
3ccac0cf6e
LibJS: Remove unused realm parameter from run_and_return_frame()
|
1 year ago |
SourceTextModule.h
|
d29bd55b48
LibJS: Implement import.meta for bytecode
|
2 years ago |
SyntaxHighlighter.cpp
|
ba4db899d4
LibSyntax+Userland: Make LibSyntax not depend on LibGUI
|
1 year ago |
SyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 years ago |
SyntheticModule.cpp
|
1a27c525d5
LibJS: Make PrimitiveString::create() infallible
|
1 year ago |
SyntheticModule.h
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Token.cpp
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |
Token.h
|
cfa6b4d815
LibJS: Remove DeprecatedString usage from Token
|
2 years ago |