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
yeah, it's a known problem. We currently treat eval as a normal function.
This issue will be fixed when we finally implement compact stack frames for function calls; for that to work we'll have to treat explicit calls to eval specially (and thus indirectly also fix this test-case).
No ETA for the moment.
We know that
eval
does not touch the local variable if it is called indirectly, for example:and this did not work properly in v7.
The text was updated successfully, but these errors were encountered: