WebKit icon indicating copy to clipboard operation
WebKit copied to clipboard

WebKit with patches

Results 3 WebKit issues
Sort by recently updated
recently updated
newest added

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...