mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
c654123561
When multiple identical proc objects are placed on the call stack, it is not possible to distinguish where to `return`. Therefore, use env object comparisons to do this. fixed #6411