mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-02 10:46:01 +00:00
This patch adds NativeProperty, which can be used to implement object properties that have C++ getters and/or setters. Use this to move String.prototype.length to its correct place. :^)