.. |
Bytecode
|
9a7e6158af
LibJS: Fix crash in bytecode generator on https://twinings.co.uk/
|
1 rok temu |
Contrib
|
0090b916dd
LibJS: Make ParserError::to_string infallible
|
1 rok temu |
Heap
|
f314f58fca
LibJS+ClangPlugins: Add escape hatch for GCPtr checks
|
1 rok temu |
Runtime
|
73ca9516a9
LibJS: Remove the InitializeNumberFormat AO
|
11 miesięcy temu |
Tests
|
ca1257c6f9
LibJS+LibUnicode: Make the collation sensitivity default locale-aware
|
11 miesięcy temu |
AST.cpp
|
f29ac8517e
LibJS: Skip ordinary_call_bind_this() when possible
|
1 rok temu |
AST.h
|
f29ac8517e
LibJS: Skip ordinary_call_bind_this() when possible
|
1 rok temu |
CMakeLists.txt
|
4a42c97f4d
LibJS: Set empty prototype for console object
|
11 miesięcy temu |
Console.cpp
|
8545756d17
LibJS: Treat passing undefined as no argument for console labels
|
11 miesięcy temu |
Console.h
|
4db1712f90
LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated
|
1 rok temu |
CyclicModule.cpp
|
bf1f631f25
Everywhere: Write dtors for types with incomplete members out-of-line
|
1 rok temu |
CyclicModule.h
|
bf1f631f25
Everywhere: Write dtors for types with incomplete members out-of-line
|
1 rok temu |
Forward.h
|
601e10d50c
LibJS/Bytecode: Make StringTableIndex be a 32-bit index
|
1 rok temu |
Lexer.cpp
|
986ff984cc
LibUnicode: Replace code point general categories with ICU
|
1 rok temu |
Lexer.h
|
f1f7e89b68
LibJS: Lex 1/2/3-byte tokens without HashMap lookups
|
1 rok temu |
MarkupGenerator.cpp
|
b5f22b6e90
AK+Userland: Remove some needlessly explicit conversions to StringView
|
1 rok temu |
MarkupGenerator.h
|
a9b3aaa887
LibJS: Fix redundancy-detection when printing raw values
|
2 lat temu |
Module.cpp
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 rok temu |
Module.h
|
d62c0fcbdc
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 rok temu |
ModuleLoading.h
|
07f567cd9f
LibJS+LibWeb: Another round of bringing module loading closer to spec
|
1 rok temu |
Parser.cpp
|
9d21d88374
LibJS: Allow `let` and `const` to create locals in global code
|
1 rok temu |
Parser.h
|
9d21d88374
LibJS: Allow `let` and `const` to create locals in global code
|
1 rok temu |
ParserError.cpp
|
0090b916dd
LibJS: Make ParserError::to_string infallible
|
1 rok temu |
ParserError.h
|
0090b916dd
LibJS: Make ParserError::to_string infallible
|
1 rok temu |
Position.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 rok temu |
Print.cpp
|
c7dd4afd9c
LibJS+LibUnicode: Update the Intl.DateTimeFormat constructor spec steps
|
11 miesięcy temu |
Print.h
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 lat temu |
SafeFunction.h
|
0ff29349e6
LibJS: Add GC graph dumper
|
1 rok temu |
Script.cpp
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 rok temu |
Script.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 rok temu |
SourceCode.cpp
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 rok temu |
SourceCode.h
|
44b2735b9e
LibJS: Make line-and-column resolution fast for large minified JS
|
1 rok temu |
SourceRange.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 rok temu |
SourceTextModule.cpp
|
bf1f631f25
Everywhere: Write dtors for types with incomplete members out-of-line
|
1 rok temu |
SourceTextModule.h
|
bf1f631f25
Everywhere: Write dtors for types with incomplete members out-of-line
|
1 rok temu |
SyntaxHighlighter.cpp
|
ba4db899d4
LibSyntax+Userland: Make LibSyntax not depend on LibGUI
|
1 rok temu |
SyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 lat temu |
SyntheticModule.cpp
|
a3782782fa
LibJS: Remove two unused members from ExecutionContext
|
1 rok temu |
SyntheticModule.h
|
fc31a0d506
LibJS: Support LoadRequestedModule AO on SyntheticModule records
|
1 rok temu |
Token.cpp
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 rok temu |
Token.h
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 rok temu |