.. |
Bytecode
|
1400a85fae
LibJS: Remove unused CodeGenerationError::to_deprecated_string
|
2 년 전 |
Contrib
|
88814acbd3
LibJS+Everywhere: Convert JS::Error to String
|
2 년 전 |
Heap
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 년 전 |
Runtime
|
f98d0acd27
LibJS: Convert Error's constructor and prototype to String
|
2 년 전 |
Tests
|
bcfbe0fbf7
LibJS: Manually loop over escaped regex pattern instead of ::replace()
|
2 년 전 |
AST.cpp
|
88814acbd3
LibJS+Everywhere: Convert JS::Error to String
|
2 년 전 |
AST.h
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 년 전 |
CMakeLists.txt
|
93ad25fbe5
LibJS: Add to_string definitions to CodeGenerationError and ParserError
|
2 년 전 |
Console.cpp
|
3b4879d29b
LibJS+Userland: Port the JS Console object and direct callers to String
|
2 년 전 |
Console.h
|
3b4879d29b
LibJS+Userland: Port the JS Console object and direct callers to String
|
2 년 전 |
CyclicModule.cpp
|
b42e293ddd
LibJS: Convert NativeFunction::create() to NonnullGCPtr
|
2 년 전 |
CyclicModule.h
|
b81816a539
LibJS+LibWeb: Make CyclicModule.h not include AST.h
|
2 년 전 |
Forward.h
|
6255ca4a42
LibJS: Add DisposableStack{, Prototype, Constructor}
|
2 년 전 |
Interpreter.cpp
|
fbf9cb3387
WebContent+LibWeb+LibJS: Simplify injection of JS console globals
|
2 년 전 |
Interpreter.h
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 년 전 |
Lexer.cpp
|
3226ce3d83
LibJS: Remove some usage of DeprecatedString usage from Lexer
|
2 년 전 |
Lexer.h
|
3226ce3d83
LibJS: Remove some usage of DeprecatedString usage from Lexer
|
2 년 전 |
MarkupGenerator.cpp
|
24e9cea524
LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE
|
2 년 전 |
MarkupGenerator.h
|
112b3f7342
LibJS: Convert MarkupGenerator to the new String
|
2 년 전 |
Module.cpp
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 년 전 |
Module.h
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 년 전 |
Parser.cpp
|
3226ce3d83
LibJS: Remove some usage of DeprecatedString usage from Lexer
|
2 년 전 |
Parser.h
|
bff038411a
LibJS: Add using declaration support in for and for of loops
|
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 년 전 |
Print.cpp
|
a8bcb901c0
LibJS: Escape printed strings making them proper string literals
|
2 년 전 |
Print.h
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 년 전 |
SafeFunction.h
|
79006c03b4
AK: Check the return type in `IsCallableWithArguments`
|
2 년 전 |
Script.cpp
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 년 전 |
Script.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
SourceCode.cpp
|
93674e4383
LibJS: Remove DeprecatedString usage from SourceCode
|
2 년 전 |
SourceCode.h
|
93674e4383
LibJS: Remove DeprecatedString usage from SourceCode
|
2 년 전 |
SourceRange.h
|
93674e4383
LibJS: Remove DeprecatedString usage from SourceCode
|
2 년 전 |
SourceTextModule.cpp
|
541637e15a
LibJS: Add using declaration support, RAII like operation in js
|
2 년 전 |
SourceTextModule.h
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 년 전 |
SyntaxHighlighter.cpp
|
5b48912d35
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
|
3 년 전 |
SyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 년 전 |
SyntheticModule.cpp
|
c3abb1396c
LibJS+LibWeb: Convert string view PrimitiveString instances to String
|
2 년 전 |
SyntheticModule.h
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 년 전 |
Token.cpp
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 년 전 |
Token.h
|
cfa6b4d815
LibJS: Remove DeprecatedString usage from Token
|
2 년 전 |