ladybird/Userland/Libraries/LibJS
Tim Schumacher 5e7c838160 AK: Rename Stream::format() to Stream::write_formatted()
This brings the function name in line with how we usually name those
functions, which is with a `read_` or `write_` prefix depending on what
they do.

While at it, make the internal `_impl` function private and not-virtual,
since there is no good reason to ever override that function.
2023-04-25 07:30:16 +01:00
..
Bytecode LibJS: Port iterator_next() to NonnullGCPtr 2023-04-15 16:22:57 +02:00
Contrib/Test262 LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
Heap
Runtime LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks 2023-04-21 20:44:47 +01:00
Tests LibJS: Parse secondary expressions with the original forbidden token set 2023-04-02 06:45:37 +02:00
AST.cpp LibJS: Port Value::to_object() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
AST.h
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Console.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
Console.h
CyclicModule.cpp
CyclicModule.h
Forward.h
Interpreter.cpp
Interpreter.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Lexer.cpp
Lexer.h
MarkupGenerator.cpp
MarkupGenerator.h
Module.cpp
Module.h
Parser.cpp LibJS: Parse secondary expressions with the original forbidden token set 2023-04-02 06:45:37 +02:00
Parser.h
ParserError.cpp
ParserError.h
Print.cpp AK: Rename Stream::format() to Stream::write_formatted() 2023-04-25 07:30:16 +01:00
Print.h
SafeFunction.h
Script.cpp
Script.h
SourceCode.cpp
SourceCode.h
SourceRange.h
SourceTextModule.cpp
SourceTextModule.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
SyntheticModule.cpp LibJS: Make intrinsics getters return NonnullGCPtr 2023-04-13 14:29:42 +02:00
SyntheticModule.h
Token.cpp
Token.h