mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Introduce ClassBlueprint and ClassElementDescriptor structs that will replace the AST-backed class construction path. ClassBlueprint stores pre-compiled function data indices and element metadata, following the same pattern as SharedFunctionInstanceData for NewFunction. Add Vector<ClassBlueprint> to Executable for storage. No behavioral change.
894 B
894 B