$vm functions are not meant to be enumerable. That's why all of them have the DontEnum attribute. However, Object.getOwnPropertyNames does not honor this by default. As a result, this can trip up fuzzers that happens to enumerate it with Object.getOwnPropertyNames. rdar://112814894
Pull request: https://github.com/WebKit/WebKit/pull/19104
Committed 269361@main (86513355ed9f): <https://commits.webkit.org/269361@main> Reviewed commits have been landed. Closing PR #19104 and removing active labels.