.. |
Bytecode
|
c90bf22d29
LibJS/Bytecode: Use primitive `this` for strict mode GetByValue
|
%!s(int64=2) %!d(string=hai) anos |
Contrib
|
e64a8751d1
LibJS: Do not use the `$` special character in file names
|
%!s(int64=2) %!d(string=hai) anos |
Heap
|
6232ad3a0d
LibJS: Remove "uprooting" mechanism from garbage collector
|
%!s(int64=2) %!d(string=hai) anos |
Runtime
|
6de22ec789
LibJS/Bytecode: Rename RegisterWindow to CallFrame
|
%!s(int64=2) %!d(string=hai) anos |
Tests
|
6232ad3a0d
LibJS: Remove "uprooting" mechanism from garbage collector
|
%!s(int64=2) %!d(string=hai) anos |
AST.cpp
|
fb94415f03
LibJS: Delete Declaration::for_each_var_declared_name
|
%!s(int64=2) %!d(string=hai) anos |
AST.h
|
fb94415f03
LibJS: Delete Declaration::for_each_var_declared_name
|
%!s(int64=2) %!d(string=hai) anos |
CMakeLists.txt
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
%!s(int64=2) %!d(string=hai) anos |
Console.cpp
|
396655d145
LibJS: Begin implementing console.dir
|
%!s(int64=2) %!d(string=hai) anos |
Console.h
|
396655d145
LibJS: Begin implementing console.dir
|
%!s(int64=2) %!d(string=hai) anos |
CyclicModule.cpp
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
%!s(int64=2) %!d(string=hai) anos |
CyclicModule.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
%!s(int64=2) %!d(string=hai) anos |
Forward.h
|
d5ca51b461
LibJS: Forward declare the MemberExpression AST node
|
%!s(int64=2) %!d(string=hai) anos |
Interpreter.cpp
|
d063f35afd
LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++
|
%!s(int64=2) %!d(string=hai) anos |
Interpreter.h
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
%!s(int64=2) %!d(string=hai) anos |
Lexer.cpp
|
a2efecac03
LibJS: Parse slashes after reserved identifiers correctly
|
%!s(int64=2) %!d(string=hai) anos |
Lexer.h
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
%!s(int64=2) %!d(string=hai) anos |
MarkupGenerator.cpp
|
a9b3aaa887
LibJS: Fix redundancy-detection when printing raw values
|
%!s(int64=2) %!d(string=hai) anos |
MarkupGenerator.h
|
a9b3aaa887
LibJS: Fix redundancy-detection when printing raw values
|
%!s(int64=2) %!d(string=hai) anos |
Module.cpp
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
%!s(int64=2) %!d(string=hai) anos |
Module.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
%!s(int64=2) %!d(string=hai) anos |
Parser.cpp
|
9054b1bc14
LibJS: Always taint parsing environment on call to eval()
|
%!s(int64=2) %!d(string=hai) anos |
Parser.h
|
b0a533dbc0
LibJS: Identify global variables during parsing
|
%!s(int64=2) %!d(string=hai) anos |
ParserError.cpp
|
93ad25fbe5
LibJS: Add to_string definitions to CodeGenerationError and ParserError
|
%!s(int64=2) %!d(string=hai) anos |
ParserError.h
|
93ad25fbe5
LibJS: Add to_string definitions to CodeGenerationError and ParserError
|
%!s(int64=2) %!d(string=hai) anos |
Print.cpp
|
566a8dfd93
LibJS: Allow GeneratorObject to be subclassed
|
%!s(int64=2) %!d(string=hai) anos |
Print.h
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
%!s(int64=2) %!d(string=hai) anos |
SafeFunction.h
|
4bc0d8e4c8
LibJS: Fix compilation of operator= for JS::SafeFunction
|
%!s(int64=2) %!d(string=hai) anos |
Script.cpp
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
%!s(int64=2) %!d(string=hai) anos |
Script.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
%!s(int64=2) %!d(string=hai) anos |
SourceCode.cpp
|
bd5d8e9d35
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
|
%!s(int64=2) %!d(string=hai) anos |
SourceCode.h
|
bd5d8e9d35
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
|
%!s(int64=2) %!d(string=hai) anos |
SourceRange.h
|
bab883bf8e
LibJS+LibWeb: Add a bunch of missing includes
|
%!s(int64=2) %!d(string=hai) anos |
SourceTextModule.cpp
|
fb94415f03
LibJS: Delete Declaration::for_each_var_declared_name
|
%!s(int64=2) %!d(string=hai) anos |
SourceTextModule.h
|
d29bd55b48
LibJS: Implement import.meta for bytecode
|
%!s(int64=2) %!d(string=hai) anos |
SyntaxHighlighter.cpp
|
406a7ea577
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
|
%!s(int64=2) %!d(string=hai) anos |
SyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
%!s(int64=2) %!d(string=hai) anos |
SyntheticModule.cpp
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
%!s(int64=2) %!d(string=hai) anos |
SyntheticModule.h
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
%!s(int64=2) %!d(string=hai) anos |
Token.cpp
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
%!s(int64=2) %!d(string=hai) anos |
Token.h
|
cfa6b4d815
LibJS: Remove DeprecatedString usage from Token
|
%!s(int64=2) %!d(string=hai) anos |