trossimel-sc
trossimel-sc
@avp Hi! Do you have any feedback on this PR? Thank you 😄
@avp I just noticed we also need to define `Symbol.asyncIterator` as it's undefined in hermes. Edit: Added 👍
Thanks @avp, One last thing: do you know how to address IR errors that occur after adding `genYieldOrAwaitExpr` as part of the try/catch block in `_emitIteratorCloseImpl` ? I didn't expect...
@avp Thank you!
While the output is correct, I've noticed that when running in debug mode, it occasionally fails with the following message: ``` Assertion failed: (I->hasOutput() && "Instruction has no output"), function...
Thanks for the response and the assistance @tmikov Just wanted to update, I'm still waiting for my request to be approved by the company. Unfortunately, it's taking longer than expected,...
@tmikov it's just being used for testing this behaviour
I see, thank you. Is this difference caused by hermes' internal implementation, or should this behaviour be expected for other engines too? I tried with quickjs, and noticed similar results...
Thank you for the detailed response @tmikov !
Seems like the failing errors are due to auto generated checks