ladybird/Userland/Shell
sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke
Only one place used this argument and it was to hold on to a strong ref
for the object. Since we already do that now, there's no need to keep
this argument around since this can be easily captured.

This commit contains no changes.
2021-09-02 03:47:47 +04:30
..
Tests
AST.cpp
AST.h Shell: Improve the parsing of history event designators 2021-08-02 02:58:55 +04:30
Builtin.cpp Shell: Use new Statistics tool in 'time -n' command 2021-08-31 16:38:22 +02:00
CMakeLists.txt
Execution.h
Formatter.cpp
Formatter.h
Forward.h
ImmediateFunctions.cpp
Job.cpp
Job.h
main.cpp Shell: Remove dbgln related to process group IDs 2021-08-12 22:42:50 +02:00
NodeVisitor.cpp
NodeVisitor.h
Parser.cpp AK: Move FormatParser definition from header to implementation file 2021-08-19 23:49:25 +02:00
Parser.h Shell: Make caller specify the string parsing end condition 2021-08-13 01:20:35 +04:30
Shell.cpp Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
Shell.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h