.. |
Bytecode
|
feef542c73
LibJS: Don't worry about deduplicating bytecode string tables
|
преди 1 година |
Contrib
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
преди 2 години |
Heap
|
a54e283901
LibJS: Fix two bugs in the GC fast rejection of possible pointers
|
преди 1 година |
Runtime
|
a3ee8ff377
LibJS: Add IndexedProperties::storage() to access the underlying storage
|
преди 1 година |
Tests
|
2d8b2328fd
LibJS: Syntax error for a unary expression followed by exponentiation
|
преди 1 година |
AST.cpp
|
4561469d52
LibJS: Fix BindingPattern::contains_expression() is name is expression
|
преди 1 година |
AST.h
|
65232b6681
LibJS: Mark classes and virtual functions `final` where possible
|
преди 2 години |
CMakeLists.txt
|
ae1ac9871b
LibJS: Move all bytecode instruction implementations to Interpreter.cpp
|
преди 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
|
c14db6ab12
LibJS: Make Executable ref-counted and let instruction iterator co-own it
|
преди 1 година |
Lexer.cpp
|
34344120f2
AK: Make "foo"_string infallible
|
преди 2 години |
Lexer.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
преди 2 години |
MarkupGenerator.cpp
|
e33145aa4b
LibJS: Use OrderedHashMap for the Shape property table
|
преди 1 година |
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
|
2d8b2328fd
LibJS: Syntax error for a unary expression followed by exponentiation
|
преди 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
|
преди 1 година |
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
|
3ccac0cf6e
LibJS: Remove unused realm parameter from run_and_return_frame()
|
преди 1 година |
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 години |