You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpCode for Finally inside Generator or Async function
Was not implemented in the JIT, resulting in Abort when jitting a Generator or async function (or a loop inside a generator or async function) that contained a finally block.
Note the for...of construction includes an implicit finally block hence triggered this error.
Add handling in FlowGraph and Lowerer as well as simple test case.
0 commit comments