Ichiki Sato

Results 3 comments of Ichiki Sato

I found a reproducible code example. I encountered an issue when combining Proxy and Reflect.ownKeys on Hermes. The following code works on V8 but fails on Hermes: ```js if (typeof...

https://github.com/facebook/hermes/issues/1609#issuecomment-2653017237 I got results. ### v8 ``` $ node test.js [ '123' ] ``` ### hermes ``` $ bin/hermes test.js Uncaught TypeError: ownKeys target is non-extensible but key is missing...

I was having the same issue on iOS where text like キロ turned into ㌔ and coston combined the st ligature. It seems this happens because iOS (CoreText) automatically enables...