mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
58aa09a0b9
- 'L->top' is set once in 'luaD_hook', instead of being set in 'luaD_hookcall' and 'rethook'; - resume discard arguments when returning after an yield inside a hook (arguments may interfere with the coroutine stack); - yield inside a hook asserts it has no arguments.