mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-08 16:12:23 +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.
5.7 KiB
5.7 KiB