WebKit
WebKit copied to clipboard
WebKit with patches
Add remaining private methods. Related to https://github.com/oven-sh/bun/pull/9306 and https://github.com/oven-sh/bun/pull/9076 ### Example ```js console.log("Array"); console.log("Array.from", Array.$from); console.log("Array.from2", Array.$from === Array.from); console.log("Array.isArray", Array.$isArray); console.log("Array.isArray2", Array.$isArray === Array.isArray); console.log("Array.of", Array.$of); console.log("Array.of2", Array.$of ===...
I'm deliberately filing this here rather than in the upstream repo, to hopefully get it some eyeballs and possibly an explanation of why I'm wrong. I think Valgrind just found...
Fixes https://bugs.webkit.org/show_bug.cgi?id=193272