ladybird/Userland/Libraries/LibJS
Linus Groh 0057d489bd LibJS: Fix some clang-tidy warnings in Temporal
- Remove unused declarations of removed functions
- Remove unused includes
- Declare pointer values as `auto*`
2022-04-04 19:22:58 +01:00
..
Bytecode Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Contrib/Test262 LibJS: Import C++ sources from libjs-test262 :^) 2022-03-29 21:01:08 +01:00
Heap Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Runtime LibJS: Fix some clang-tidy warnings in Temporal 2022-04-04 19:22:58 +01:00
Tests LibJS: Normalize NaN values in Sets and Maps 2022-04-02 14:15:43 +01:00
AST.cpp LibJS: Remove a bunch of gratuitous JS namespace qualifiers 2022-04-03 15:19:33 +01:00
AST.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt LibJS: Import C++ sources from libjs-test262 :^) 2022-03-29 21:01:08 +01:00
Console.cpp LibJS: Remove a bunch of gratuitous JS namespace qualifiers 2022-04-03 15:19:33 +01:00
Console.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CyclicModule.cpp LibJS: Use new NativeFunction::create() in most places 2022-02-20 23:21:40 +00:00
CyclicModule.h LibJS: Implement the import assertions proposal 2022-01-30 17:40:20 +00:00
Forward.h LibJS: Describe various kinds of "Duration Records" 2022-03-10 23:20:39 +01:00
Interpreter.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Interpreter.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Lexer.cpp LibJS: Always inline Lexer::current_code_point() 2022-02-13 14:44:36 +01:00
Lexer.h LibJS: Detect invalid unicode and stop lexing at that point 2021-12-29 16:57:23 +01:00
MarkupGenerator.cpp LibJS: Remove a bunch of gratuitous JS namespace qualifiers 2022-04-03 15:19:33 +01:00
MarkupGenerator.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Module.cpp Libraries: Use default constructors/destructors in LibJS 2022-03-16 16:19:40 +00:00
Module.h Libraries: Use default constructors/destructors in LibJS 2022-03-16 16:19:40 +00:00
Parser.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Parser.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Script.cpp Libraries: Use default constructors/destructors in LibJS 2022-03-16 16:19:40 +00:00
Script.h Libraries: Use default constructors/destructors in LibJS 2022-03-16 16:19:40 +00:00
SourceRange.h LibJS: Add missing headers 2021-10-06 23:52:40 +01:00
SourceTextModule.cpp LibJS: Use TRY(push_execution_context()) in places where we can recover 2022-03-18 01:12:12 +01:00
SourceTextModule.h LibJS: Implement the import assertions proposal 2022-01-30 17:40:20 +00:00
SyntaxHighlighter.cpp LibJS: Remove a bunch of gratuitous JS namespace qualifiers 2022-04-03 15:19:33 +01:00
SyntaxHighlighter.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SyntheticModule.cpp LibJS: Remove a bunch of gratuitous JS namespace qualifiers 2022-04-03 15:19:33 +01:00
SyntheticModule.h LibJS: Add support for JSON modules 2022-01-30 17:40:20 +00:00
Token.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Token.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00