Fix defaults() to always be static.
Review Request #13517 — Created Feb. 1, 2024 and submitted — Latest diff uploaded
We had a number of classes where
defaultswas not properly defined as
static. This broke when updating to the newerspinathat fixes
prototypeAttrsinheritance.
- Ran js-tests.
- Audited the codebase for this and other inherited attributes that
needed to be static.