Expand description
§LuaJIT 2.1
http://www.lua.org/manual/5.1/manual.html
§Performance considerations
The Not Yet Implemented guide documents which language features will be JIT compiled into native machine code.
Structs§
- <https://www.lua.org/manual/5.1/manual.html#luaL_Buffer >
- <https://www.lua.org/manual/5.1/manual.html#luaL_Reg >
- <https://www.lua.org/manual/5.1/manual.html#lua_Debug >
- <https://www.lua.org/manual/5.1/manual.html#lua_State >
Constants§
Functions§
- lua_
getgccount ⚠Deprecated lua_gc(L, LUA_GCCOUNT as _, 0) - lua_
getregistry ⚠Deprecated lua_pushvalue(L, LUA_REGISTRYINDEX) - lua_
open ⚠Deprecated luaL_newstate()
Type Aliases§
- <https://www.lua.org/manual/5.1/manual.html#lua_Alloc >
- <https://www.lua.org/manual/5.1/manual.html#lua_CFunction >
- lua_
Chunkreader Deprecated lua_Reader - lua_
Chunkwriter Deprecated lua_Writer - <https://www.lua.org/manual/5.1/manual.html#lua_Hook >
- <https://www.lua.org/manual/5.1/manual.html#lua_Integer >
- <https://www.lua.org/manual/5.1/manual.html#lua_Number >
- <https://www.lua.org/manual/5.1/manual.html#lua_Reader >
- <https://www.lua.org/manual/5.1/manual.html#lua_Writer >