.. |
Bytecode
|
acd8c94e88
LibJS/Bytecode: Make Bytecode::Register constexpr
|
2 éve |
Contrib
|
77f1e91e9d
LibJS: Make $262.evalScript() work in bytecode mode
|
2 éve |
Heap
|
06c6c40df9
LibWeb+LibJS: Move some code around to make CSS/Parser parse faster
|
2 éve |
Runtime
|
a27c4cf63c
LibJS: Add modification counter in DeclarativeEnvironment
|
2 éve |
Tests
|
419e710c1c
LibJS: Re-implement the Array Grouping proposal as static methods
|
2 éve |
AST.cpp
|
b0a533dbc0
LibJS: Identify global variables during parsing
|
2 éve |
AST.h
|
b0a533dbc0
LibJS: Identify global variables during parsing
|
2 éve |
CMakeLists.txt
|
06c6c40df9
LibWeb+LibJS: Move some code around to make CSS/Parser parse faster
|
2 éve |
Console.cpp
|
396655d145
LibJS: Begin implementing console.dir
|
2 éve |
Console.h
|
396655d145
LibJS: Begin implementing console.dir
|
2 éve |
CyclicModule.cpp
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
2 éve |
CyclicModule.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 éve |
Forward.h
|
d5ca51b461
LibJS: Forward declare the MemberExpression AST node
|
2 éve |
Interpreter.cpp
|
d063f35afd
LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++
|
2 éve |
Interpreter.h
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 éve |
Lexer.cpp
|
a2efecac03
LibJS: Parse slashes after reserved identifiers correctly
|
2 éve |
Lexer.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 éve |
MarkupGenerator.cpp
|
a9b3aaa887
LibJS: Fix redundancy-detection when printing raw values
|
2 éve |
MarkupGenerator.h
|
a9b3aaa887
LibJS: Fix redundancy-detection when printing raw values
|
2 éve |
Module.cpp
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 éve |
Module.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 éve |
Parser.cpp
|
b0a533dbc0
LibJS: Identify global variables during parsing
|
2 éve |
Parser.h
|
b0a533dbc0
LibJS: Identify global variables during parsing
|
2 éve |
ParserError.cpp
|
93ad25fbe5
LibJS: Add to_string definitions to CodeGenerationError and ParserError
|
2 éve |
ParserError.h
|
93ad25fbe5
LibJS: Add to_string definitions to CodeGenerationError and ParserError
|
2 éve |
Print.cpp
|
34c5d34b95
LibJS: Show when an ArrayBuffer is detached when printing
|
2 éve |
Print.h
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 éve |
SafeFunction.h
|
4bc0d8e4c8
LibJS: Fix compilation of operator= for JS::SafeFunction
|
2 éve |
Script.cpp
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 éve |
Script.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 éve |
SourceCode.cpp
|
bd5d8e9d35
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
|
2 éve |
SourceCode.h
|
bd5d8e9d35
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
|
2 éve |
SourceRange.h
|
bab883bf8e
LibJS+LibWeb: Add a bunch of missing includes
|
2 éve |
SourceTextModule.cpp
|
7765ebb5f2
LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject
|
2 éve |
SourceTextModule.h
|
bd5d8e9d35
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
|
2 éve |
SyntaxHighlighter.cpp
|
406a7ea577
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
|
2 éve |
SyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 éve |
SyntheticModule.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 éve |
SyntheticModule.h
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 éve |
Token.cpp
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 éve |
Token.h
|
cfa6b4d815
LibJS: Remove DeprecatedString usage from Token
|
2 éve |