mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 09:52:31 +00:00
This is achieved by moving ClauseHeader::{AbstractOperation,Accessor, Method} to Function.h itself and storing them in FunctionDeclaration. This commit also introduces QualifiedName class that is used to store function's name split by '.' (just like it appear in the spec). |
||
---|---|---|
.. | ||
CFGBuildingPass.cpp | ||
CFGBuildingPass.h | ||
CFGSimplificationPass.cpp | ||
CFGSimplificationPass.h | ||
DeadCodeEliminationPass.cpp | ||
DeadCodeEliminationPass.h | ||
IfBranchMergingPass.cpp | ||
IfBranchMergingPass.h | ||
ReferenceResolvingPass.cpp | ||
ReferenceResolvingPass.h | ||
SSABuildingPass.cpp | ||
SSABuildingPass.h |