mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-28 14:02:51 +00:00
JSSpecCompiler: Add --dump-cfg
option
This commit is contained in:
parent
ff44aea917
commit
ce6b987330
Notes:
sideshowbarker
2024-07-17 01:55:29 +09:00
Author: https://github.com/DanShaders
Commit: ce6b987330
Pull-request: https://github.com/SerenityOS/serenity/pull/22222
4 changed files with 53 additions and 0 deletions
|
@ -39,3 +39,12 @@ public:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
namespace AK {
|
||||
|
||||
template<>
|
||||
struct Formatter<JSSpecCompiler::ControlFlowGraph> : Formatter<StringView> {
|
||||
ErrorOr<void> format(FormatBuilder& builder, JSSpecCompiler::ControlFlowGraph const& control_flow_graph);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue