diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-03-17 14:32:08 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-03-17 14:32:08 -0300 |
commit | 921832be8d7f687d2cd891654c8680c6e9d6584c (patch) | |
tree | 0a2ec0b675d289feea0da26c8082450bdb18aaf8 /table.c | |
parent | 205f9aa67b43b3d9b5059769cfc1ed0265341586 (diff) | |
download | lua-921832be8d7f687d2cd891654c8680c6e9d6584c.tar.gz lua-921832be8d7f687d2cd891654c8680c6e9d6584c.tar.bz2 lua-921832be8d7f687d2cd891654c8680c6e9d6584c.zip |
New function 'resetCI'
New function 'resetCI' resets the CallInfo list of a thread, ensuring
a proper state when creating a new thread, closing a thread, or
closing a state, so that we can run code after that. (When closing a
thread, we need to run its __close metamethods; when closing a
state, we need to run its __close metamethods and its finalizers.)
Diffstat (limited to 'table.c')
0 files changed, 0 insertions, 0 deletions