mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
73c8330cbd
It is now possible to specify return destination directly. This allows callinfo to distinguish between calls to the same proc object. At the same time, the `Kernel#catch` method is adjusted. By removing the previously required double lambda object, the REnv object is no longer created as well.