Some functions in the jsc shell GlobalObject are only added as debugging aids. They are meant to be used carefully under controlled conditions for test development. Though they are added as DontEnum, Object.getOwnPropertyNames() still enumerates them. We should filter out all DontEnum properties of this GlobalObject so as not to trip up fuzzers that try to fuzz with Object.getOwnPropertyNames. rdar://112815258
Pull request: https://github.com/WebKit/WebKit/pull/19399
Committed 269639@main (15477a1fd6b5): <https://commits.webkit.org/269639@main> Reviewed commits have been landed. Closing PR #19399 and removing active labels.