serenity/Userland/Libraries/LibJS
MacDue 17a5af04e3 LibJS: Actually generate the bytecode CFG
This is just something I spotted looking around the code, previously
the PassPipelineExecutable was passed by value to
generate_cfg_for_block, which generated the CFG then just dropped it on
the floor. Making this a reference results in the CFG actually getting
generated.
2023-07-21 06:59:51 +02:00
..
Bytecode LibJS: Actually generate the bytecode CFG 2023-07-21 06:59:51 +02:00
Contrib/Test262 LibJS: Do not use the $ special character in file names 2023-07-15 11:09:22 -04:00
Heap
Runtime LibJS: Delete Declaration::for_each_var_declared_name 2023-07-20 20:19:15 +02:00
Tests LibJS: Disallow negative set record sizes 2023-07-18 12:31:10 +01:00
AST.cpp LibJS: Delete Declaration::for_each_var_declared_name 2023-07-20 20:19:15 +02:00
AST.h LibJS: Delete Declaration::for_each_var_declared_name 2023-07-20 20:19:15 +02:00
CMakeLists.txt LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2023-07-19 14:11:43 +01:00
Console.cpp
Console.h
CyclicModule.cpp
CyclicModule.h
Forward.h
Interpreter.cpp
Interpreter.h
Lexer.cpp
Lexer.h
MarkupGenerator.cpp
MarkupGenerator.h
Module.cpp
Module.h
Parser.cpp LibJS: Delete Declaration::for_each_var_declared_name 2023-07-20 20:19:15 +02:00
Parser.h
ParserError.cpp
ParserError.h
Print.cpp LibJS: Allow GeneratorObject to be subclassed 2023-07-16 23:56:55 +01:00
Print.h
SafeFunction.h
Script.cpp
Script.h
SourceCode.cpp
SourceCode.h
SourceRange.h
SourceTextModule.cpp LibJS: Delete Declaration::for_each_var_declared_name 2023-07-20 20:19:15 +02:00
SourceTextModule.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
SyntheticModule.cpp
SyntheticModule.h
Token.cpp
Token.h