Files
mruby-mruby/include/mruby
Yukihiro "Matz" Matsumoto f2dc76e3b5 Change alias handling to avoid using mid in Env; ref 6098
Since `Env` objects are shared by Blocks/Procs in the same context,
making multiple aliases in one context screws up with alias names.
New implementation uses alias bodies (Procs) to refer new names.
As a side effect, `__callee__` stop working correctly for aliases.
To fix this `__callee__` problem, we need to keep alias method names in
`callinfo`, which consumes more memory. We are wondering that is worth
the compatibility.
2023-11-21 09:37:17 +09:00
..
2022-01-02 11:52:19 +09:00
2020-11-17 12:41:10 +09:00
2023-05-03 22:12:59 +10:00
2023-05-03 22:12:59 +10:00
2023-05-03 22:12:59 +10:00
2023-05-03 22:12:59 +10:00
2023-09-09 14:31:13 +09:00
2019-12-13 04:41:43 +09:00
2023-05-22 12:05:35 +09:00
2022-12-03 14:26:05 +09:00
2019-08-18 20:12:44 +09:00