You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
General
The progress on Lua State and Thread related functions and also freestanding utility functions/macros.
State
Core Library
lua_atpanic
used inState::replacePanicFunction
lua_close
used inOwnedState::close
lua_gc
used inState::gc
private helper functionlua_getallocf
used inState::getAllocator
lua_getextraspace
used inState::extraspace
- TODO: typesafetylua_newstate
used inOwnedState::OwnedState
lua_register
lua_setallocf
used inState::setAllocator
lua_setcstacklimit
lua_setwarnf
lua_version
used inState::version
lua_warning
Auxiliary Library
luaL_checkversion
used inState::checkVersion
luaL_newstate
used inOwnedState::OwnedState
luaL_openlibs
used inState::openLibs
Thread
lua_isyieldable
used inState::isYieldable
lua_status
used inState::status
Freestanding
lua_numbertointeger
lua_upvalueindex
used in various places regarding upvalue indiceslua_typename
The text was updated successfully, but these errors were encountered: