List of all items
Structs
- functions::gmtime_r::tm
- functions::localtime_r::tm
- functions::os_timegm::tm
- macros::dummynode::DummyNodeSentinel
- macros::lua_o_nilobject::NilSentinel
- records::call_context_lgc::CallContext
- records::call_context_lgc_alt_c::CallContext
- records::call_info::CallInfo
- records::closure::CClosure
- records::closure::Closure
- records::closure::LClosure
- records::feedback_vector_slot::FeedbackVectorSlot
- records::feedback_vector_slot::FeedbackVectorSlotCallTarget
- records::g_cheader::GCheader
- records::gc_cycle_metrics::GCCycleMetrics
- records::gc_metrics::GCMetrics
- records::gc_stats::GCStats
- records::global_state::global_State
- records::header::Header
- records::lg::Lg
- records::load_context::LoadContext
- records::loc_var::LocVar
- records::lua_callbacks::LuaCallbacks
- records::lua_debug::LuaDebug
- records::lua_exception::lua_exception
- records::lua_execution_callback_storage::LuaExecutionCallbackStorage
- records::lua_execution_callbacks::lua_ExecutionCallbacks
- records::lua_l_reg::LuaLReg
- records::lua_l_strbuf::LuaLStrbuf
- records::lua_node::LuaNode
- records::lua_page::lua_Page
- records::lua_state::lua_State
- records::lua_t_value::lua_TValue
- records::lua_table::LuaTable
- records::lua_udata_direct_access_data::lua_UdataDirectAccessData
- records::luau_buffer::LuauBuffer
- records::luau_class::LuauClass
- records::luau_object::LuauObject
- records::match_state::MatchState
- records::match_state::MatchState_capture
- records::proto::Proto
- records::resolve_import::ResolveImport
- records::scoped_set_gc_threshold::ScopedSetGcThreshold
- records::size_class_config::SizeClassConfig
- records::stringtable::stringtable
- records::t_key::TKey
- records::t_string::TString
- records::temp_buffer::TempBuffer
- records::udata::Udata
- records::up_val::UpVal
- records::up_val::UpValOpen
Enums
- enums::feedback_vector_slot_kind::FeedbackVectorSlotKind
- enums::k_option::KOption
- enums::lua_co_status::lua_CoStatus
- enums::lua_gc_op::lua_GCOp
- enums::lua_status::lua_Status
- enums::lua_type::lua_Type
- type_aliases::tms::TMS
Unions
- records::closure::ClosureInner
- records::feedback_vector_slot::FeedbackVectorSlotData
- records::ftypes::Ftypes
- records::gc_object::GcObject
- records::lua_table::LuaTable_Union
- records::up_val::UpValInner
- type_aliases::value::Value
Traits
- functions::buffer_readfp::BufferReadableFloat
- functions::buffer_writefp::BufferFloat
- macros::ttype::TTypeOf
- methods::load_context_run::LoadContextRun
Macros
- CommonHeader
- GC_INTERRUPT
- LUAU_FASTMATH_BEGIN
- LUAU_FASTMATH_END
- LUAU_SETJMP
- LUA_PRINTF_ATTR
- SETOBJ_2_N
- VM_DISPATCH_OP
- VM_DISPATCH_TABLE
- VM_INTERRUPT
- VM_KV
- VM_REG
- VM_UV
- __has_feature
- adjustresults
- api_check
- api_checknelems
- api_checkvalidindex
- api_incr_top
- api_update_top
- black2gray
- bufvalue
- bvalue
- cast_byte
- cast_int
- cast_num
- cast_to
- changewhite
- check_exp
- checkconsistency
- checkliveness
- checkresults
- ci_func
- classvalue
- clvalue
- condhardstacktests
- curr_func
- equalobj
- expandstacklimit
- f_isLua
- fastmemcpy
- fastmemset
- gco2buf
- gco2cl
- gco2class
- gco2h
- gco2object
- gco2p
- gco2th
- gco2ts
- gco2u
- gco2uv
- gcvalue
- getnodekey
- gkey
- gnext
- gnode
- gray2black
- gval
- gval2slot
- hashboolean
- hashpow2
- hashstr
- hvalue
- incr_ci
- incr_top
- isLfunction
- isLua
- isblack
- iscfunction
- iscleared
- iscollectable
- isdead
- isfixed
- isgray
- iswhite
- l_isfalse
- l_setbit
- lightuserdatatag
- lmod
- luaC_barrier
- luaC_barriert
- luaC_checkGC
- luaC_init
- luaC_needsGC
- luaC_objbarrier
- luaC_objectbarrier
- luaC_white
- luaG_forerror
- luaG_typeerror
- luaH_setslot
- luaL_addchar
- luaL_argcheck
- luaL_argerror
- luaL_argexpected
- luaL_checkstring
- luaL_error
- luaL_opt
- luaL_optstring
- luaL_typeerror
- luaM_freegco
- luaM_newarray
- luaR_checkoffsetinbounds
- luaR_lookupmemberatoffset
- luaS_fix
- luaS_updateatom
- lua_c_barrierfast
- lua_c_threadbarrier
- lua_g_runerror
- lua_isboolean
- lua_isbuffer
- lua_isclass
- lua_isfunction
- lua_isinteger_64
- lua_islightuserdata
- lua_isnil
- lua_isnone
- lua_isnoneornil
- lua_isobject
- lua_istable
- lua_isthread
- lua_isvector
- lua_m_arraysize
- lua_m_freearray
- lua_m_newgco
- lua_m_reallocarray
- lua_pushfstring
- lua_rawsetp
- lua_tointeger
- lua_tonumber
- lua_tostring
- lua_tounsigned
- luai_num2int
- luai_str2long
- luai_str2num
- lvalue
- macros::adjustresults::adjustresults
- macros::api_check::api_check
- macros::api_checknelems::api_checknelems
- macros::api_checkvalidindex::api_checkvalidindex
- macros::api_incr_top::api_incr_top
- macros::api_update_top::api_update_top
- macros::black_2_gray::black2gray
- macros::bufvalue::bufvalue
- macros::bvalue::bvalue
- macros::cast_byte::cast_byte
- macros::cast_int::cast_int
- macros::cast_num::cast_num
- macros::cast_to::cast_to
- macros::changewhite::changewhite
- macros::check_exp::check_exp
- macros::checkconsistency::checkconsistency
- macros::checkliveness::checkliveness
- macros::checkresults::checkresults
- macros::ci_func::ci_func
- macros::classvalue::classvalue
- macros::clvalue::clvalue
- macros::common_header::CommonHeader
- macros::condhardstacktests::condhardstacktests
- macros::curr_func::curr_func
- macros::equalobj::equalobj
- macros::expandstacklimit::expandstacklimit
- macros::f_is_lua::f_isLua
- macros::fastmemcpy::fastmemcpy
- macros::fastmemset::fastmemset
- macros::gc_interrupt::GC_INTERRUPT
- macros::gco_2_buf::gco2buf
- macros::gco_2_cl::gco2cl
- macros::gco_2_class::gco2class
- macros::gco_2_h::gco2h
- macros::gco_2_object::gco2object
- macros::gco_2_p::gco2p
- macros::gco_2_th::gco2th
- macros::gco_2_ts::gco2ts
- macros::gco_2_u::gco2u
- macros::gco_2_uv::gco2uv
- macros::gcvalue::gcvalue
- macros::getnodekey::getnodekey
- macros::gkey::gkey
- macros::gkey::gval
- macros::gnext::gnext
- macros::gnode::gnode
- macros::gray_2_black::gray2black
- macros::gval_2_slot::gval2slot
- macros::has_feature::__has_feature
- macros::hashboolean::hashboolean
- macros::hashpow_2::hashpow2
- macros::hashstr::hashstr
- macros::hvalue::hvalue
- macros::incr_ci::incr_ci
- macros::incr_top::incr_top
- macros::is_lfunction::isLfunction
- macros::is_lua::isLua
- macros::isblack::isblack
- macros::iscfunction::iscfunction
- macros::iscleared::iscleared
- macros::iscollectable::iscollectable
- macros::isdead::isdead
- macros::isfixed::isfixed
- macros::isgray::isgray
- macros::iswhite::iswhite
- macros::l_isfalse::l_isfalse
- macros::l_setbit::l_setbit
- macros::lightuserdatatag::lightuserdatatag
- macros::lmod::lmod
- macros::lua_c_barrier::luaC_barrier
- macros::lua_c_barrier::lua_c_barrier
- macros::lua_c_barrierfast::luaC_barrierfast
- macros::lua_c_barrierfast::lua_c_barrierfast
- macros::lua_c_barriert::luaC_barriert
- macros::lua_c_check_gc::luaC_checkGC
- macros::lua_c_check_gc::lua_c_check_gc
- macros::lua_c_init::luaC_init
- macros::lua_c_needs_gc::luaC_needsGC
- macros::lua_c_objbarrier::luaC_objbarrier
- macros::lua_c_objbarrier::lua_c_objbarrier
- macros::lua_c_objectbarrier::luaC_objectbarrier
- macros::lua_c_threadbarrier::luaC_threadbarrier
- macros::lua_c_threadbarrier::lua_c_threadbarrier
- macros::lua_c_white::luaC_white
- macros::lua_g_forerror::luaG_forerror
- macros::lua_g_runerror::luaG_runerror
- macros::lua_g_runerror::lua_g_runerror
- macros::lua_g_typeerror::luaG_typeerror
- macros::lua_h_setslot::luaH_setslot
- macros::lua_h_setslot::lua_h_setslot
- macros::lua_isboolean::lua_isboolean
- macros::lua_isbuffer::lua_isbuffer
- macros::lua_isclass::lua_isclass
- macros::lua_isfunction::lua_isfunction
- macros::lua_isinteger_64::lua_isinteger_64
- macros::lua_islightuserdata::lua_islightuserdata
- macros::lua_isnil::lua_isnil
- macros::lua_isnone::lua_isnone
- macros::lua_isnoneornil::lua_isnoneornil
- macros::lua_isobject::lua_isobject
- macros::lua_istable::lua_istable
- macros::lua_isthread::lua_isthread
- macros::lua_isvector::lua_isvector
- macros::lua_l_addchar::luaL_addchar
- macros::lua_l_addchar::lua_l_addchar
- macros::lua_l_argcheck::luaL_argcheck
- macros::lua_l_argerror::luaL_argerror
- macros::lua_l_argexpected::luaL_argexpected
- macros::lua_l_checkstring::luaL_checkstring
- macros::lua_l_error::luaL_error
- macros::lua_l_opt::luaL_opt
- macros::lua_l_optstring::luaL_optstring
- macros::lua_l_typeerror::luaL_typeerror
- macros::lua_m_arraysize::luaM_arraysize
- macros::lua_m_arraysize::lua_m_arraysize
- macros::lua_m_freearray::luaM_freearray
- macros::lua_m_freearray::lua_m_freearray
- macros::lua_m_freegco::luaM_freegco
- macros::lua_m_newarray::luaM_newarray
- macros::lua_m_newgco::luaM_newgco
- macros::lua_m_newgco::lua_m_newgco
- macros::lua_m_reallocarray::luaM_reallocarray
- macros::lua_m_reallocarray::lua_m_reallocarray
- macros::lua_printf_attr::LUA_PRINTF_ATTR
- macros::lua_pushfstring::lua_pushfstring
- macros::lua_r_checkoffsetinbounds::luaR_checkoffsetinbounds
- macros::lua_r_lookupmemberatoffset::luaR_lookupmemberatoffset
- macros::lua_rawsetp::lua_rawsetp
- macros::lua_s_fix::luaS_fix
- macros::lua_s_updateatom::luaS_updateatom
- macros::lua_s_updateatom::lua_s_updateatom
- macros::lua_tointeger::lua_tointeger
- macros::lua_tonumber::lua_tonumber
- macros::lua_tostring::lua_tostring
- macros::lua_tounsigned::lua_tounsigned
- macros::luai_num_2_int::luai_num2int
- macros::luai_str_2_long::luai_str2long
- macros::luai_str_2_num::luai_str2num
- macros::luau_fastmath_begin::LUAU_FASTMATH_BEGIN
- macros::luau_fastmath_end::LUAU_FASTMATH_END
- macros::luau_setjmp::LUAU_SETJMP
- macros::lvalue::lvalue
- macros::makewhite::makewhite
- macros::markobject::markobject
- macros::markvalue::markvalue
- macros::maskmarks::maskmarks
- macros::maybesetaboundary::maybesetaboundary
- macros::nvalue::nvalue
- macros::obj_2_gco::obj2gco
- macros::objectvalue::objectvalue
- macros::otherwhite::isdead
- macros::otherwhite::otherwhite
- macros::pc_rel::pcRel
- macros::pvalue::pvalue
- macros::registry::registry
- macros::reset_2_bits::reset2bits
- macros::resetbit::resetbit
- macros::resetbits::resetbits
- macros::restoreci::restoreci
- macros::restorestack::restorestack
- macros::saveci::saveci
- macros::savestack::savestack
- macros::set_2_bits::set2bits
- macros::setbits::setbits
- macros::setbufvalue::setbufvalue
- macros::setbvalue::setbvalue
- macros::setclassvalue::setclassvalue
- macros::setclvalue::setclvalue
- macros::sethvalue::sethvalue
- macros::setlvalue::setlvalue
- macros::setnilvalue::setnilvalue
- macros::setnodekey::setnodekey
- macros::setnvalue::setnvalue
- macros::setobj::setobj
- macros::setobj_2_class::setobj2class
- macros::setobj_2_n::SETOBJ_2_N
- macros::setobj_2_n::setobj2n
- macros::setobj_2_s::setobj2s
- macros::setobj_2_s::setobj_2_s
- macros::setobj_2_t::setobj2t
- macros::setobjectvalue::setobjectvalue
- macros::setobjt_2_t::setobjt2t
- macros::setobjt_2_t::setobjt_2_t
- macros::setptvalue::setptvalue
- macros::setpvalue::setpvalue
- macros::setsvalue::setsvalue
- macros::setthvalue::setthvalue
- macros::setttype::setttype
- macros::setupvalue::setupvalue
- macros::setuvalue::setuvalue
- macros::setvvalue::setvvalue
- macros::sizeclass::sizeclass
- macros::sizenode::sizenode
- macros::stringmark::stringmark
- macros::svalue::svalue
- macros::test_2_bits::test2bits
- macros::testbit::testbit
- macros::thvalue::thvalue
- macros::tonumber::tonumber
- macros::tostring::tostring
- macros::tsvalue::tsvalue
- macros::ttisboolean::ttisboolean
- macros::ttisbuffer::ttisbuffer
- macros::ttisclass::ttisclass
- macros::ttisfunction::ttisfunction
- macros::ttisinteger::ttisinteger
- macros::ttislightuserdata::ttislightuserdata
- macros::ttisnil::ttisnil
- macros::ttisnumber::ttisnumber
- macros::ttisobject::ttisobject
- macros::ttisstring::ttisstring
- macros::ttistable::ttistable
- macros::ttisthread::ttisthread
- macros::ttisupval::ttisupval
- macros::ttisuserdata::ttisuserdata
- macros::ttisvector::ttisvector
- macros::ttype::ttype
- macros::twoto::twoto
- macros::upisopen::upisopen
- macros::upvalue::upvalue
- macros::uvalue::uvalue
- macros::vm_dispatch_op::VM_DISPATCH_OP
- macros::vm_dispatch_table::VM_DISPATCH_TABLE
- macros::vm_interrupt::VM_INTERRUPT
- macros::vm_kv::VM_KV
- macros::vm_protect::vm_protect
- macros::vm_reg::VM_REG
- macros::vm_uv::VM_UV
- macros::vvalue::vvalue
- macros::white_2_gray::white2gray
- makewhite
- markobject
- markvalue
- maskmarks
- maybesetaboundary
- nvalue
- obj2gco
- objectvalue
- otherwhite
- pcRel
- pvalue
- registry
- reset2bits
- resetbit
- resetbits
- restoreci
- restorestack
- saveci
- savestack
- set2bits
- setbits
- setbufvalue
- setbvalue
- setclassvalue
- setclvalue
- sethvalue
- setlvalue
- setnilvalue
- setnodekey
- setnvalue
- setobj
- setobj2class
- setobj2t
- setobj_2_s
- setobjectvalue
- setobjt_2_t
- setptvalue
- setpvalue
- setsvalue
- setthvalue
- setttype
- setupvalue
- setuvalue
- setvvalue
- sizeclass
- sizenode
- stringmark
- svalue
- test2bits
- testbit
- thvalue
- tonumber
- tostring
- tsvalue
- ttisboolean
- ttisbuffer
- ttisclass
- ttisfunction
- ttisinteger
- ttislightuserdata
- ttisnil
- ttisnumber
- ttisobject
- ttisstring
- ttistable
- ttisthread
- ttisupval
- ttisuserdata
- ttisvector
- ttype
- twoto
- upisopen
- upvalue
- uvalue
- vm_protect
- vvalue
- white2gray
Functions
- functions::add_s::add_s
- functions::add_value::add_value
- functions::addfield::addfield
- functions::addquoted::addquoted
- functions::adjustasize::adjustasize
- functions::andaux::andaux
- functions::append::append
- functions::arrayindex::arrayindex
- functions::arrayornewkey::arrayornewkey
- functions::atomic::atomic
- functions::auxresume::auxresume
- functions::auxresumecont::auxresumecont
- functions::auxwrapcont::auxwrapcont
- functions::auxwrapfinish::auxwrapfinish
- functions::auxwrapy::auxwrapy
- functions::b_and::b_and
- functions::b_arshift::b_arshift
- functions::b_countlz::b_countlz
- functions::b_countrz::b_countrz
- functions::b_extract::b_extract
- functions::b_lrot::b_lrot
- functions::b_lshift::b_lshift
- functions::b_not::b_not
- functions::b_or::b_or
- functions::b_replace::b_replace
- functions::b_rot::b_rot
- functions::b_rrot::b_rrot
- functions::b_rshift::b_rshift
- functions::b_shift::b_shift
- functions::b_swap::b_swap
- functions::b_test::b_test
- functions::b_xor::b_xor
- functions::buffer_copy::buffer_copy
- functions::buffer_create::buffer_create
- functions::buffer_fill::buffer_fill
- functions::buffer_fromstring::buffer_fromstring
- functions::buffer_len::buffer_len
- functions::buffer_readbits::buffer_readbits
- functions::buffer_readfp::buffer_readfp
- functions::buffer_readinteger::buffer_readinteger
- functions::buffer_readlong::buffer_readlong
- functions::buffer_readstring::buffer_readstring
- functions::buffer_swapbe::buffer_swapbe
- functions::buffer_tostring::buffer_tostring
- functions::buffer_writebits::buffer_writebits
- functions::buffer_writefp::buffer_writefp
- functions::buffer_writeinteger::buffer_writeinteger
- functions::buffer_writelong::buffer_writelong
- functions::buffer_writestring::buffer_writestring
- functions::buffutfchar::buffutfchar
- functions::byteoffset::byteoffset
- functions::call_bin_tm::call_bin_tm
- functions::call_order_tm::call_orderTM
- functions::call_t_mres::call_t_mres
- functions::call_tm::call_tm
- functions::callerrfunc::callerrfunc
- functions::class_classof::class_classof
- functions::class_isinstance::class_isinstance
- functions::classend::classend
- functions::cleanupcistack::cleanupcistack
- functions::cleartable::cleartable
- functions::close_state::close_state
- functions::coclose::coclose
- functions::cocreate::cocreate
- functions::codepoint::codepoint
- functions::copywithendian::copywithendian
- functions::coresumecont::coresumecont
- functions::coresumefinish::coresumefinish
- functions::coresumey::coresumey
- functions::correctstack::correctstack
- functions::costatus::costatus
- functions::cowrap::cowrap
- functions::coyield::coyield
- functions::coyieldable::coyieldable
- functions::createmetatable_lstrlib::createmetatable_mut
- functions::createmetatable_lveclib::createmetatable
- functions::currfuncname::currfuncname
- functions::db_info::db_info
- functions::db_traceback::db_traceback
- functions::enumthread::enumthread
- functions::enumtopointer::enumtopointer
- functions::enumudata::enumudata
- functions::extendstrbuf::extendstrbuf
- functions::f_call::f_call
- functions::f_ccall::f_ccall
- functions::f_luaopen::f_luaopen
- functions::fieldargs::fieldargs
- functions::findindex::findindex
- functions::foreach::foreach
- functions::foreachi::foreachi
- functions::freeblock::freeblock
- functions::freeobj::freeobj
- functions::freestack::freestack
- functions::gcstep::gcstep
- functions::get_comp_tm::get_comp_tm
- functions::getboolfield::getboolfield
- functions::getcurrenv::getcurrenv
- functions::getfield::getfield
- functions::getfunc::getfunc
- functions::getfuncname::getfuncname
- functions::getn::getn
- functions::getnextbuffersize::getnextbuffersize
- functions::getnextline::getnextline
- functions::getnum::getnum
- functions::getnumlimit::getnumlimit
- functions::getoption::getoption
- functions::gettablemode::gettablemode
- functions::getthread::getthread
- functions::gmatch::gmatch
- functions::gmatch_aux::gmatch_aux
- functions::gmtime_r::gmtime_r
- functions::gnext_ltable::gnext_n_mut
- functions::gnext_ltable_alt_b::gnext_mp
- functions::gnext_ltable_alt_c::gnext_n
- functions::hashnum::hashnum
- functions::hashpointer::hashpointer
- functions::hashvec::hashvec
- functions::index_2_addr::index2addr
- functions::initheader::initheader
- functions::install_lua_exception_panic_hook::install_lua_exception_panic_hook
- functions::int_64_add::int64_add
- functions::int_64_arshift::int64_arshift
- functions::int_64_band::int64_band
- functions::int_64_bnot::int_64_bnot
- functions::int_64_bor::int64_bor
- functions::int_64_bswap::int64_bswap
- functions::int_64_btest::int64_btest
- functions::int_64_bxor::int_64_bxor
- functions::int_64_clamp::int64_clamp
- functions::int_64_countlz::int64_countlz
- functions::int_64_countrz::int64_countrz
- functions::int_64_create::int64_create
- functions::int_64_div::int64_div
- functions::int_64_extract::int64_extract
- functions::int_64_fromstring::int64_fromstring
- functions::int_64_ge::int64_ge
- functions::int_64_gt::int64_gt
- functions::int_64_idiv::int64_idiv
- functions::int_64_le::int64_le
- functions::int_64_lrotate::int64_lrotate
- functions::int_64_lshift::int64_lshift
- functions::int_64_lt::int64_lt
- functions::int_64_max::int64_max
- functions::int_64_min::int64_min
- functions::int_64_mod::int64_mod
- functions::int_64_mul::int64_mul
- functions::int_64_neg::int64_neg
- functions::int_64_rem::int64_rem
- functions::int_64_replace::int64_replace
- functions::int_64_rrotate::int64_rrotate
- functions::int_64_rshift::int64_rshift
- functions::int_64_sub::int64_sub
- functions::int_64_tonumber::int64_tonumber
- functions::int_64_udiv::int64_udiv
- functions::int_64_uge::int64_uge
- functions::int_64_ugt::int_64_ugt
- functions::int_64_ule::int64_ule
- functions::int_64_ult::int64_ult
- functions::int_64_urem::int64_urem
- functions::interrupt_thread::interrupt_thread
- functions::isobjcleared::isobjcleared
- functions::iter_aux::iter_aux
- functions::iter_codes::iter_codes
- functions::l_alloc::l_alloc
- functions::libsize::libsize
- functions::loadsafe::loadsafe
- functions::localtime_r::localtime_r
- functions::lua_a_pushclass::luaA_pushclass
- functions::lua_a_pushvalue::luaA_pushvalue
- functions::lua_a_toobject::luaA_toobject
- functions::lua_absindex::lua_absindex
- functions::lua_b_assert::lua_b_assert
- functions::lua_b_error::lua_b_error
- functions::lua_b_freebuffer::lua_b_freebuffer
- functions::lua_b_gcinfo::lua_b_gcinfo
- functions::lua_b_getfenv::lua_b_getfenv
- functions::lua_b_getmetatable::lua_b_getmetatable
- functions::lua_b_inext::lua_b_inext
- functions::lua_b_ipairs::lua_b_ipairs
- functions::lua_b_newbuffer::lua_b_newbuffer
- functions::lua_b_newproxy::lua_b_newproxy
- functions::lua_b_next::lua_b_next
- functions::lua_b_pairs::lua_b_pairs
- functions::lua_b_pcallcont::lua_b_pcallcont
- functions::lua_b_pcallrun::lua_b_pcallrun
- functions::lua_b_pcally::lua_b_pcally
- functions::lua_b_print::lua_b_print
- functions::lua_b_rawequal::lua_b_rawequal
- functions::lua_b_rawget::lua_b_rawget
- functions::lua_b_rawlen::lua_b_rawlen
- functions::lua_b_rawset::lua_b_rawset
- functions::lua_b_select::lua_b_select
- functions::lua_b_setfenv::lua_b_setfenv
- functions::lua_b_setmetatable::lua_b_setmetatable
- functions::lua_b_tonumber::lua_b_tonumber
- functions::lua_b_tostring::lua_b_tostring
- functions::lua_b_type::lua_b_type
- functions::lua_b_typeof::lua_b_typeof
- functions::lua_b_xpcallcont::lua_b_xpcallcont
- functions::lua_b_xpcallerr::luaB_xpcallerr
- functions::lua_b_xpcally::lua_b_xpcally
- functions::lua_break::lua_break
- functions::lua_breakpoint::lua_breakpoint
- functions::lua_c_allocationrate::luaC_allocationrate
- functions::lua_c_barrierback::lua_c_barrierback
- functions::lua_c_barrierback::lua_c_barrierback_export
- functions::lua_c_barrierf::luaC_barrierf
- functions::lua_c_barrierf::lua_c_barrierf_export
- functions::lua_c_barriertable::luaC_barriertable
- functions::lua_c_barriertable::lua_c_barriertable_export
- functions::lua_c_dump::luaC_dump
- functions::lua_c_dump::lua_c_dump
- functions::lua_c_enumheap::luaC_enumheap
- functions::lua_c_enumheap::lua_c_enumheap
- functions::lua_c_freeall::luaC_freeall
- functions::lua_c_fullgc::lua_c_fullgc
- functions::lua_c_statename::luaC_statename
- functions::lua_c_step::luaC_step
- functions::lua_c_step::lua_c_step_export
- functions::lua_c_upvalclosed::luaC_upvalclosed
- functions::lua_c_validate::lua_c_validate
- functions::lua_call::lua_call
- functions::lua_callbacks::lua_callbacks
- functions::lua_checkstack::lua_checkstack
- functions::lua_cleartable::lua_cleartable
- functions::lua_clock::lua_clock
- functions::lua_clonefunction::lua_clonefunction
- functions::lua_clonetable::lua_clonetable
- functions::lua_close::lua_close
- functions::lua_concat::lua_concat
- functions::lua_costatus::lua_costatus
- functions::lua_cpcall::lua_cpcall
- functions::lua_createtable::lua_createtable
- functions::lua_d_call::lua_d_call
- functions::lua_d_callint::lua_d_callint
- functions::lua_d_callny::lua_d_callny
- functions::lua_d_check_cstack::luaD_checkCstack
- functions::lua_d_grow_ci::luaD_growCI
- functions::lua_d_growstack::lua_d_growstack
- functions::lua_d_pcall::luaD_pcall
- functions::lua_d_performcally::lua_d_performcally
- functions::lua_d_rawrunprotected_ldo::luaD_rawrunprotected
- functions::lua_d_rawrunprotected_ldo_alt_b::lua_d_rawrunprotected_mut
- functions::lua_d_realloc_ci::luaD_reallocCI
- functions::lua_d_reallocstack::luaD_reallocstack
- functions::lua_d_seterrorobj::luaD_seterrorobj
- functions::lua_d_throw_ldo::luaD_throw
- functions::lua_debugtrace::lua_debugtrace
- functions::lua_e_freethread::luaE_freethread
- functions::lua_e_newthread::luaE_newthread
- functions::lua_encodepointer::lua_encodepointer
- functions::lua_equal::lua_equal
- functions::lua_error::lua_error
- functions::lua_f_close::luaF_close
- functions::lua_f_close::lua_f_close_export
- functions::lua_f_closeupval::luaF_closeupval
- functions::lua_f_findlocal::luaF_findlocal
- functions::lua_f_findupval::luaF_findupval
- functions::lua_f_findupval::lua_f_findupval_export
- functions::lua_f_freeclosure::lua_f_freeclosure
- functions::lua_f_freeproto::luaF_freeproto
- functions::lua_f_freeupval::lua_f_freeupval
- functions::lua_f_getlocal::luaF_getlocal
- functions::lua_f_new_cclosure::luaF_newCclosure
- functions::lua_f_new_lclosure::luaF_newLclosure
- functions::lua_f_new_lclosure::lua_f_new_lclosure_export
- functions::lua_f_newproto::luaF_newproto
- functions::lua_f_recordhit::luaF_recordhit
- functions::lua_g_aritherror::luaG_aritherror
- functions::lua_g_aritherror::lua_g_aritherror
- functions::lua_g_breakpoint::lua_g_breakpoint
- functions::lua_g_concaterror::luaG_concaterror
- functions::lua_g_concaterror::lua_g_concaterror
- functions::lua_g_forerror_l::luaG_forerror_l
- functions::lua_g_forerror_l::lua_g_forerror_l
- functions::lua_g_getline::luaG_getline
- functions::lua_g_hasnative::lua_g_hasnative
- functions::lua_g_indexerror::luaG_indexerror
- functions::lua_g_indexerror::lua_g_indexerror
- functions::lua_g_isnative::luaG_isnative
- functions::lua_g_methoderror::luaG_methoderror
- functions::lua_g_methoderror::lua_g_methoderror
- functions::lua_g_missingmembererror::luaG_missingmembererror
- functions::lua_g_missingmembererror::lua_g_missingmembererror
- functions::lua_g_onbreak::luaG_onbreak
- functions::lua_g_ordererror::luaG_ordererror
- functions::lua_g_ordererror::lua_g_ordererror
- functions::lua_g_pusherror::lua_g_pusherror
- functions::lua_g_readonlyerror::luaG_readonlyerror
- functions::lua_g_readonlyerror::lua_g_readonlyerror
- functions::lua_g_runerror_l::lua_g_runerror_l
- functions::lua_g_typeerror_l::luaG_typeerrorL
- functions::lua_g_typeerror_l::lua_g_typeerror_l
- functions::lua_gc::lua_gc
- functions::lua_getallocf::lua_getallocf
- functions::lua_getargument::lua_getargument
- functions::lua_getcounters::lua_getcounters
- functions::lua_getcoverage::lua_getcoverage
- functions::lua_getfenv::lua_getfenv
- functions::lua_getfield::lua_getfield
- functions::lua_getinfo::lua_getinfo
- functions::lua_getlightuserdataname::lua_getlightuserdataname
- functions::lua_getlocal::lua_getlocal
- functions::lua_getmetatable::lua_getmetatable
- functions::lua_getreadonly::lua_getreadonly
- functions::lua_gettable::lua_gettable
- functions::lua_getthreaddata::lua_getthreaddata
- functions::lua_gettop::lua_gettop
- functions::lua_getupvalue::lua_getupvalue
- functions::lua_getuserdatadtor::lua_getuserdatadtor
- functions::lua_getuserdatametatable::lua_getuserdatametatable
- functions::lua_h_clear::lua_h_clear
- functions::lua_h_clone::lua_h_clone
- functions::lua_h_clone::lua_h_clone_export
- functions::lua_h_free::lua_h_free
- functions::lua_h_get::lua_h_get
- functions::lua_h_getn::lua_h_getn
- functions::lua_h_getn::lua_h_getn_export
- functions::lua_h_getnum::lua_h_getnum
- functions::lua_h_getp::lua_h_getp
- functions::lua_h_getstr::luaH_getstr
- functions::lua_h_new::lua_h_new
- functions::lua_h_new::lua_h_new_export
- functions::lua_h_newkey::lua_h_newkey
- functions::lua_h_next::lua_h_next
- functions::lua_h_resizearray::lua_h_resizearray
- functions::lua_h_resizearray::lua_h_resizearray_export
- functions::lua_h_resizehash::lua_h_resizehash
- functions::lua_h_set::luaH_set
- functions::lua_h_setnum::luaH_setnum
- functions::lua_h_setnum::lua_h_setnum_export
- functions::lua_h_setp::lua_h_setp
- functions::lua_h_setstr::lua_h_setstr
- functions::lua_insert::lua_insert
- functions::lua_is_lfunction::lua_is_lfunction
- functions::lua_iscfunction::lua_iscfunction
- functions::lua_isnumber::lua_isnumber
- functions::lua_isstring::lua_isstring
- functions::lua_isthreadreset::lua_isthreadreset
- functions::lua_isuserdata::lua_isuserdata
- functions::lua_isyieldable::lua_isyieldable
- functions::lua_l_addchar::lua_l_addchar
- functions::lua_l_addlstring::lua_l_addlstring
- functions::lua_l_addstring::lua_l_addstring
- functions::lua_l_addvalue::lua_l_addvalue
- functions::lua_l_addvalueany::lua_l_addvalueany
- functions::lua_l_argerror_l::luaL_argerrorL
- functions::lua_l_argerror_l::lua_l_argerror_l
- functions::lua_l_buffinit::lua_l_buffinit
- functions::lua_l_buffinitsize::lua_l_buffinitsize
- functions::lua_l_callmeta::lua_l_callmeta
- functions::lua_l_callyieldable::lua_l_callyieldable
- functions::lua_l_checkany::lua_l_checkany
- functions::lua_l_checkboolean::lua_l_checkboolean
- functions::lua_l_checkbuffer::lua_l_checkbuffer
- functions::lua_l_checkinteger::lua_l_checkinteger
- functions::lua_l_checkinteger_64::luaL_checkinteger64
- functions::lua_l_checkinteger_64::lua_l_checkinteger_64
- functions::lua_l_checklstring::lua_l_checklstring
- functions::lua_l_checknumber::lua_l_checknumber
- functions::lua_l_checkoption::luaL_checkoption
- functions::lua_l_checkoption::lua_l_checkoption
- functions::lua_l_checkstack::lua_l_checkstack
- functions::lua_l_checktype::lua_l_checktype
- functions::lua_l_checkudata::lua_l_checkudata
- functions::lua_l_checkunsigned::lua_l_checkunsigned
- functions::lua_l_checkvector::lua_l_checkvector
- functions::lua_l_error_l::lua_l_error_l
- functions::lua_l_findtable::luaL_findtable
- functions::lua_l_getmetafield::lua_l_getmetafield
- functions::lua_l_newmetatable::lua_l_newmetatable
- functions::lua_l_newstate::lua_l_newstate
- functions::lua_l_openlibs::lua_l_openlibs
- functions::lua_l_optboolean::lua_l_optboolean
- functions::lua_l_optinteger::lua_l_optinteger
- functions::lua_l_optinteger_64::lua_l_optinteger_64
- functions::lua_l_optlstring::lua_l_optlstring
- functions::lua_l_optnumber::lua_l_optnumber
- functions::lua_l_optunsigned::lua_l_optunsigned
- functions::lua_l_optvector::lua_l_optvector
- functions::lua_l_prepbuffsize::lua_l_prepbuffsize
- functions::lua_l_pushresult::lua_l_pushresult
- functions::lua_l_pushresultsize::lua_l_pushresultsize
- functions::lua_l_register::lua_l_register
- functions::lua_l_sandbox::lua_l_sandbox
- functions::lua_l_sandboxthread::lua_l_sandboxthread
- functions::lua_l_tolstring::lua_l_tolstring
- functions::lua_l_traceback::lua_l_traceback
- functions::lua_l_typeerror_l::lua_l_typeerror_l
- functions::lua_l_typename::lua_l_typename
- functions::lua_l_where::lua_l_where
- functions::lua_lessthan::lua_lessthan
- functions::lua_lightuserdatatag::lua_lightuserdatatag
- functions::lua_m_free::luaM_free_
- functions::lua_m_freearray::lua_m_freearray
- functions::lua_m_freegco::luaM_freegco_
- functions::lua_m_getnextpage::luaM_getnextpage
- functions::lua_m_getpageinfo::lua_m_getpageinfo
- functions::lua_m_getpagewalkinfo::lua_m_getpagewalkinfo
- functions::lua_m_new::luaM_new_
- functions::lua_m_newgco::luaM_newgco_
- functions::lua_m_realloc::lua_m_realloc_
- functions::lua_m_toobig::luaM_toobig
- functions::lua_m_toobig::lua_m_toobig
- functions::lua_m_visitgco::lua_m_visitgco
- functions::lua_m_visitpage::lua_m_visitpage
- functions::lua_mainthread::lua_mainthread
- functions::lua_namecallatom::lua_namecallatom
- functions::lua_newbuffer::lua_newbuffer
- functions::lua_newstate::lua_newstate
- functions::lua_newthread::lua_newthread
- functions::lua_newuserdatadtor::lua_newuserdatadtor
- functions::lua_newuserdatatagged::lua_newuserdatatagged
- functions::lua_newuserdatataggedwithmetatable::lua_newuserdatataggedwithmetatable
- functions::lua_next::lua_next
- functions::lua_o_chunkid::lua_o_chunkid
- functions::lua_o_log_2::luaO_log2
- functions::lua_o_pushfstring::luaO_pushfstring
- functions::lua_o_pushvfstring::luaO_pushvfstring
- functions::lua_o_rawequal_key::luaO_rawequalKey
- functions::lua_o_rawequal_obj::luaO_rawequalObj
- functions::lua_o_str_2_d::lua_o_str_2_d
- functions::lua_o_str_2_l::lua_o_str_2_l
- functions::lua_o_utf_8_esc::lua_o_utf_8_esc
- functions::lua_objlen::lua_objlen
- functions::lua_pcall::lua_pcall
- functions::lua_pushboolean::lua_pushboolean
- functions::lua_pushcclosurek::lua_pushcclosurek
- functions::lua_pushfstring_l::lua_pushfstring_l
- functions::lua_pushinteger::lua_pushinteger
- functions::lua_pushinteger_64::lua_pushinteger_64
- functions::lua_pushlightuserdatatagged::lua_pushlightuserdatatagged
- functions::lua_pushlstring::lua_pushlstring
- functions::lua_pushnil::lua_pushnil
- functions::lua_pushnumber::lua_pushnumber
- functions::lua_pushstring::lua_pushstring
- functions::lua_pushthread::lua_pushthread
- functions::lua_pushunsigned::lua_pushunsigned
- functions::lua_pushvalue::lua_pushvalue
- functions::lua_pushvector_lapi::lua_pushvector_lua_state_f32_f32_f32_f32
- functions::lua_pushvector_lapi_alt_b::lua_pushvector_lua_state_f32_f32_f32
- functions::lua_pushvfstring::lua_pushvfstring
- functions::lua_r_addclassmember::lua_r_addclassmember
- functions::lua_r_createobject::lua_r_createobject
- functions::lua_r_freeclass::lua_r_freeclass
- functions::lua_r_freeobject::lua_r_freeobject
- functions::lua_r_newclass::lua_r_newclass
- functions::lua_rawcheckstack::lua_rawcheckstack
- functions::lua_rawequal::lua_rawequal
- functions::lua_rawget::lua_rawget
- functions::lua_rawgetfield::lua_rawgetfield
- functions::lua_rawgeti::lua_rawgeti
- functions::lua_rawgetptagged::lua_rawgetptagged
- functions::lua_rawiter::lua_rawiter
- functions::lua_rawset::lua_rawset
- functions::lua_rawsetfield::lua_rawsetfield
- functions::lua_rawseti::lua_rawseti
- functions::lua_rawsetptagged::lua_rawsetptagged
- functions::lua_ref::lua_ref
- functions::lua_registeruserdatadirectaccess::lua_registeruserdatadirectaccess
- functions::lua_registeruserdatadirectfieldget::lua_registeruserdatadirectfieldget
- functions::lua_remove::lua_remove
- functions::lua_replace::lua_replace
- functions::lua_resetthread::lua_resetthread
- functions::lua_resume::lua_resume
- functions::lua_resumeerror::lua_resumeerror
- functions::lua_s_buffinish::luaS_buffinish
- functions::lua_s_bufstart::luaS_bufstart
- functions::lua_s_free::luaS_free
- functions::lua_s_hash::luaS_hash
- functions::lua_s_newlstr::luaS_newlstr
- functions::lua_s_resize::luaS_resize
- functions::lua_setfenv::lua_setfenv
- functions::lua_setfield::lua_setfield
- functions::lua_setlightuserdataname::lua_setlightuserdataname
- functions::lua_setlocal::lua_setlocal
- functions::lua_setmemcat::lua_setmemcat
- functions::lua_setmetatable::lua_setmetatable
- functions::lua_setreadonly::lua_setreadonly
- functions::lua_setsafeenv::lua_setsafeenv
- functions::lua_settable::lua_settable
- functions::lua_setthreaddata::lua_setthreaddata
- functions::lua_settop::lua_settop
- functions::lua_setupvalue::lua_setupvalue
- functions::lua_setuserdatadtor::lua_setuserdatadtor
- functions::lua_setuserdatametatable::lua_setuserdatametatable
- functions::lua_setuserdatatag::lua_setuserdatatag
- functions::lua_singlestep::lua_singlestep
- functions::lua_stackdepth::lua_stackdepth
- functions::lua_status::lua_status
- functions::lua_t_gettm::lua_t_gettm
- functions::lua_t_gettm::lua_t_gettm_export
- functions::lua_t_gettmbyobj::lua_t_gettmbyobj
- functions::lua_t_init::luaT_init
- functions::lua_t_objtypename::lua_t_objtypename
- functions::lua_t_objtypenamestr::lua_t_objtypenamestr
- functions::lua_t_objtypenamestr::lua_t_objtypenamestr_export
- functions::lua_toboolean::lua_toboolean
- functions::lua_tobuffer::lua_tobuffer
- functions::lua_tocfunction::lua_tocfunction
- functions::lua_tointeger_64::lua_tointeger_64
- functions::lua_tointegerx::lua_tointegerx
- functions::lua_tolightuserdata::lua_tolightuserdata
- functions::lua_tolightuserdatatagged::lua_tolightuserdatatagged
- functions::lua_tolstring::lua_tolstring
- functions::lua_tolstringatom::lua_tolstringatom
- functions::lua_tonumberx::lua_tonumberx
- functions::lua_topointer::lua_topointer
- functions::lua_tostringatom::lua_tostringatom
- functions::lua_totalbytes::lua_totalbytes
- functions::lua_tothread::lua_tothread
- functions::lua_tounsignedx::lua_tounsignedx
- functions::lua_touserdata::lua_touserdata
- functions::lua_touserdatatagged::lua_touserdatatagged
- functions::lua_tovector::lua_tovector
- functions::lua_type::lua_type
- functions::lua_typename::lua_typename
- functions::lua_u_freeudata::lua_u_freeudata
- functions::lua_u_newudata::luaU_newudata
- functions::lua_u_newudata::lua_u_newudata
- functions::lua_unref::lua_unref
- functions::lua_userdatadirectfield_setboolean::lua_userdatadirectfield_setboolean
- functions::lua_userdatadirectfield_setinteger_64::lua_userdatadirectfield_setinteger64
- functions::lua_userdatadirectfield_setinteger_64::lua_userdatadirectfield_setinteger_64
- functions::lua_userdatadirectfield_setnil::lua_userdatadirectfield_setnil
- functions::lua_userdatadirectfield_setnumber::lua_userdatadirectfield_setnumber
- functions::lua_userdatadirectfield_setvector_lapi::lua_userdatadirectfield_setvector_void_f32_f32_f32_f32
- functions::lua_userdatadirectfield_setvector_lapi_alt_b::lua_userdatadirectfield_setvector_void_f32_f32_f32
- functions::lua_userdatatag::lua_userdatatag
- functions::lua_v_call_tm::lua_v_call_tm
- functions::lua_v_concat::lua_v_concat
- functions::lua_v_concat::lua_v_concat_export
- functions::lua_v_doarithimpl::lua_v_doarithimpl
- functions::lua_v_doarithimpl::lua_v_doarithimpl_tm_add
- functions::lua_v_doarithimpl::lua_v_doarithimpl_tm_div
- functions::lua_v_doarithimpl::lua_v_doarithimpl_tm_idiv
- functions::lua_v_doarithimpl::lua_v_doarithimpl_tm_mod
- functions::lua_v_doarithimpl::lua_v_doarithimpl_tm_mul
- functions::lua_v_doarithimpl::lua_v_doarithimpl_tm_pow
- functions::lua_v_doarithimpl::lua_v_doarithimpl_tm_sub
- functions::lua_v_doarithimpl::lua_v_doarithimpl_tm_unm
- functions::lua_v_dolen::lua_v_dolen
- functions::lua_v_dolen::lua_v_dolen_export
- functions::lua_v_equalval::lua_v_equalval
- functions::lua_v_equalval::lua_v_equalval_export
- functions::lua_v_getimport::lua_v_getimport
- functions::lua_v_gettable::lua_v_gettable
- functions::lua_v_gettable::lua_v_gettable_export
- functions::lua_v_lessequal::lua_v_lessequal
- functions::lua_v_lessequal::lua_v_lessequal_export
- functions::lua_v_lessthan::lua_v_lessthan
- functions::lua_v_lessthan::lua_v_lessthan_export
- functions::lua_v_prepare_forn::lua_v_prepare_forn
- functions::lua_v_settable::lua_v_settable
- functions::lua_v_settable::lua_v_settable_export
- functions::lua_v_strcmp::lua_v_strcmp
- functions::lua_v_tonumber::lua_v_tonumber
- functions::lua_v_tostring::lua_v_tostring
- functions::lua_v_tovector::luaV_tovector
- functions::lua_v_tryfunc_tm::lua_v_tryfunc_tm
- functions::lua_xmove::lua_xmove
- functions::lua_xpush::lua_xpush
- functions::lua_yield::lua_yield
- functions::luai_int_2_str::luai_int2str
- functions::luai_int_2_str::luai_int_2_str
- functions::luai_lerpf::luai_lerpf
- functions::luai_num_2_str::luai_num2str
- functions::luai_num_2_str::luai_num_2_str
- functions::luai_numidiv::luai_numidiv
- functions::luai_nummod::luai_nummod
- functions::luai_veceq::luai_veceq
- functions::luai_vecisnan::luai_vecisnan
- functions::luaopen_base::luaopen_base
- functions::luaopen_bit_32::luaopen_bit32
- functions::luaopen_buffer::luaopen_buffer
- functions::luaopen_class::luaopen_class
- functions::luaopen_coroutine::luaopen_coroutine
- functions::luaopen_debug::luaopen_debug
- functions::luaopen_integer::luaopen_integer
- functions::luaopen_math::luaopen_math
- functions::luaopen_os::luaopen_os
- functions::luaopen_string::luaopen_string
- functions::luaopen_table::luaopen_table
- functions::luaopen_utf_8::luaopen_utf_8
- functions::luaopen_vector::luaopen_vector
- functions::luau_callhook::luau_callhook
- functions::luau_execute::luau_execute
- functions::luau_f_abs::luau_f_abs
- functions::luau_f_acos::luau_f_acos
- functions::luau_f_arshift::luau_f_arshift
- functions::luau_f_asin::luau_f_asin
- functions::luau_f_assert::luau_f_assert
- functions::luau_f_atan::luau_f_atan
- functions::luau_f_atan_2::luau_f_atan_2
- functions::luau_f_band::luau_f_band
- functions::luau_f_bnot::luau_f_bnot
- functions::luau_f_bor::luau_f_bor
- functions::luau_f_btest::luau_f_btest
- functions::luau_f_bufferreadlong::luauF_bufferreadlong
- functions::luau_f_bufferwritelong::luau_f_bufferwritelong
- functions::luau_f_bxor::luau_f_bxor
- functions::luau_f_byte::luauF_byte
- functions::luau_f_byteswap::luau_f_byteswap
- functions::luau_f_ceil::luau_f_ceil
- functions::luau_f_ceil_sse_41::luau_f_ceil_sse_41
- functions::luau_f_char::luau_f_char
- functions::luau_f_clamp::luau_f_clamp
- functions::luau_f_cos::luau_f_cos
- functions::luau_f_cosh::luau_f_cosh
- functions::luau_f_countlz::luau_f_countlz
- functions::luau_f_countrz::luau_f_countrz
- functions::luau_f_deg::luau_f_deg
- functions::luau_f_exp::luau_f_exp
- functions::luau_f_extract::luauF_extract
- functions::luau_f_extractk::luau_f_extractk
- functions::luau_f_floor::luau_f_floor
- functions::luau_f_floor_sse_41::luau_f_floor_sse_41
- functions::luau_f_fmod::luau_f_fmod
- functions::luau_f_frexp::luau_f_frexp
- functions::luau_f_getmetatable::luau_f_getmetatable
- functions::luau_f_integeradd::luau_f_integeradd
- functions::luau_f_integerarshift::luau_f_integerarshift
- functions::luau_f_integerband::luau_f_integerband
- functions::luau_f_integerbnot::luau_f_integerbnot
- functions::luau_f_integerbor::luau_f_integerbor
- functions::luau_f_integerbswap::luau_f_integerbswap
- functions::luau_f_integerbtest::luau_f_integerbtest
- functions::luau_f_integerbxor::luau_f_integerbxor
- functions::luau_f_integerclamp::luau_f_integerclamp
- functions::luau_f_integercountlz::luau_f_integercountlz
- functions::luau_f_integercountrz::luau_f_integercountrz
- functions::luau_f_integercreate::luau_f_integercreate
- functions::luau_f_integerdiv::luau_f_integerdiv
- functions::luau_f_integerextract::luau_f_integerextract
- functions::luau_f_integerge::luau_f_integerge
- functions::luau_f_integergt::luau_f_integergt
- functions::luau_f_integeridiv::luau_f_integeridiv
- functions::luau_f_integerle::luau_f_integerle
- functions::luau_f_integerlrotate::luau_f_integerlrotate
- functions::luau_f_integerlshift::luau_f_integerlshift
- functions::luau_f_integerlt::luau_f_integerlt
- functions::luau_f_integermax::luau_f_integermax
- functions::luau_f_integermin::luau_f_integermin
- functions::luau_f_integermod::luau_f_integermod
- functions::luau_f_integermul::luau_f_integermul
- functions::luau_f_integerneg::luau_f_integerneg
- functions::luau_f_integerrem::luau_f_integerrem
- functions::luau_f_integerrrotate::luau_f_integerrrotate
- functions::luau_f_integerrshift::luau_f_integerrshift
- functions::luau_f_integersub::luau_f_integersub
- functions::luau_f_integertonumber::luau_f_integertonumber
- functions::luau_f_integerudiv::luau_f_integerudiv
- functions::luau_f_integeruge::luau_f_integeruge
- functions::luau_f_integerugt::luau_f_integerugt
- functions::luau_f_integerule::luau_f_integerule
- functions::luau_f_integerult::luau_f_integerult
- functions::luau_f_integerurem::luau_f_integerurem
- functions::luau_f_isfinite::luau_f_isfinite
- functions::luau_f_isinf::luau_f_isinf
- functions::luau_f_isnan::luau_f_isnan
- functions::luau_f_ldexp::luau_f_ldexp
- functions::luau_f_len::luau_f_len
- functions::luau_f_lerp::luau_f_lerp
- functions::luau_f_log::luau_f_log
- functions::luau_f_log_10::luau_f_log_10
- functions::luau_f_lrotate::luau_f_lrotate
- functions::luau_f_lshift::luau_f_lshift
- functions::luau_f_max::luau_f_max
- functions::luau_f_min::luau_f_min
- functions::luau_f_missing::luau_f_missing
- functions::luau_f_modf::luauF_modf
- functions::luau_f_pow::luau_f_pow
- functions::luau_f_rad::luau_f_rad
- functions::luau_f_rawequal::luauF_rawequal
- functions::luau_f_rawget::luau_f_rawget
- functions::luau_f_rawlen::luau_f_rawlen
- functions::luau_f_rawset::luau_f_rawset
- functions::luau_f_readfp::luau_f_readfp
- functions::luau_f_readinteger::luauF_readinteger
- functions::luau_f_replace::luau_f_replace
- functions::luau_f_round::luau_f_round
- functions::luau_f_round_sse_41::luau_f_round_sse_41
- functions::luau_f_rrotate::luau_f_rrotate
- functions::luau_f_rshift::luau_f_rshift
- functions::luau_f_select::luau_f_select
- functions::luau_f_setmetatable::luau_f_setmetatable
- functions::luau_f_sign::luau_f_sign
- functions::luau_f_sin::luau_f_sin
- functions::luau_f_sinh::luau_f_sinh
- functions::luau_f_sqrt::luau_f_sqrt
- functions::luau_f_sub::luau_f_sub
- functions::luau_f_tan::luau_f_tan
- functions::luau_f_tanh::luau_f_tanh
- functions::luau_f_tinsert::luau_f_tinsert
- functions::luau_f_tonumber::luau_f_tonumber
- functions::luau_f_tostring::luau_f_tostring
- functions::luau_f_tunpack::luau_f_tunpack
- functions::luau_f_type::luau_f_type
- functions::luau_f_typeof::luau_f_typeof
- functions::luau_f_vector::luau_f_vector
- functions::luau_f_vectorabs::luau_f_vectorabs
- functions::luau_f_vectorceil::luau_f_vectorceil
- functions::luau_f_vectorclamp::luau_f_vectorclamp
- functions::luau_f_vectorcross::luau_f_vectorcross
- functions::luau_f_vectordot::luau_f_vectordot
- functions::luau_f_vectorfloor::luau_f_vectorfloor
- functions::luau_f_vectorlerp::luau_f_vectorlerp
- functions::luau_f_vectormagnitude::luau_f_vectormagnitude
- functions::luau_f_vectormax::luau_f_vectormax
- functions::luau_f_vectormin::luauF_vectormin
- functions::luau_f_vectornormalize::luau_f_vectornormalize
- functions::luau_f_vectorsign::luau_f_vectorsign
- functions::luau_f_writefp::luau_f_writefp
- functions::luau_f_writeinteger::luauF_writeinteger
- functions::luau_finishop::luau_finishop
- functions::luau_load::luau_load
- functions::luau_poscall::luau_poscall
- functions::luau_precall::luau_precall
- functions::luau_setupcci::luau_setupcci
- functions::luau_skipstep::luau_skipstep
- functions::luaui_clampf::luaui_clampf
- functions::luaui_signf::luaui_signf
- functions::mainposition::mainposition
- functions::markmt::markmt
- functions::match_class::match_class
- functions::matchbracketclass::matchbracketclass
- functions::math_abs::math_abs
- functions::math_acos::math_acos
- functions::math_asin::math_asin
- functions::math_atan::math_atan
- functions::math_atan_2::math_atan2
- functions::math_ceil::math_ceil
- functions::math_clamp::math_clamp
- functions::math_cos::math_cos
- functions::math_cosh::math_cosh
- functions::math_deg::math_deg
- functions::math_exp::math_exp
- functions::math_floor::math_floor
- functions::math_fmod::math_fmod
- functions::math_frexp::math_frexp
- functions::math_isfinite::math_isfinite
- functions::math_isinf::math_isinf
- functions::math_isnan::math_isnan
- functions::math_ldexp::math_ldexp
- functions::math_lerp::math_lerp
- functions::math_log::math_log
- functions::math_log_10::math_log_10
- functions::math_map::math_map
- functions::math_max::math_max
- functions::math_min::math_min
- functions::math_modf::math_modf
- functions::math_noise::math_noise
- functions::math_pow::math_pow
- functions::math_rad::math_rad
- functions::math_random::math_random
- functions::math_randomseed::math_randomseed
- functions::math_round::math_round
- functions::math_sign::math_sign
- functions::math_sin::math_sin
- functions::math_sinh::math_sinh
- functions::math_sqrt::math_sqrt
- functions::math_tan::math_tan
- functions::math_tanh::math_tanh
- functions::maxn::maxn
- functions::moveelements::moveelements
- functions::mul_128::mul_128
- functions::mul_192_hi::mul_192_hi
- functions::newkey::newkey
- functions::newlstr::newlstr
- functions::nospecials::nospecials
- functions::numusehash::numusehash
- functions::os_date::os_date
- functions::os_difftime::os_difftime
- functions::os_time::os_time
- functions::os_timegm::os_timegm
- functions::packint::packint
- functions::pcg_32_random::pcg_32_random
- functions::pcg_32_seed::pcg_32_seed
- functions::performcall::performcall
- functions::perlin::perlin
- functions::perlin_fade::perlin_fade
- functions::perlin_grad::perlin_grad
- functions::perlin_lerp::perlin_lerp
- functions::posrelat::posrelat
- functions::preinit_state::preinit_state
- functions::printspecial::printspecial
- functions::printunsignedrev::printunsignedrev
- functions::pseudo_2_addr::pseudo_2_addr
- functions::pusherror::pusherror
- functions::read::read
- functions::read_string::read_string
- functions::read_var_int::read_var_int
- functions::read_var_int_64::read_var_int_64
- functions::reallymarkobject::reallymarkobject
- functions::record_gc_delta_time::record_gc_delta_time
- functions::record_gc_state_step::record_gc_state_step
- functions::removeentry::removeentry
- functions::resize::resize
- functions::restore_stack_limit::restore_stack_limit
- functions::resume::resume
- functions::resume_continue::resume_continue
- functions::resume_error::resume_error
- functions::resume_finish::resume_finish
- functions::resume_handle::resume_handle
- functions::resume_start::resume_start
- functions::roundodd::roundodd
- functions::roundsd_sse_41::roundsd_sse41
- functions::safejson::safejson
- functions::scanformat::scanformat
- functions::schubfach::schubfach
- functions::setarrayvector::setarrayvector
- functions::setboolfield::setboolfield
- functions::setfield::setfield
- functions::setnodevector::setnodevector
- functions::shrinkbuffers::shrinkbuffers
- functions::shrinkbuffersfull::shrinkbuffersfull
- functions::shrinkstack::shrinkstack
- functions::sort_func::sort_func
- functions::sort_heap::sort_heap
- functions::sort_less::sort_less
- functions::sort_rec::sort_rec
- functions::sort_siftheap::sort_siftheap
- functions::sort_swap::sort_swap
- functions::stack_init::stack_init
- functions::start_gc_cycle_metrics::start_gc_cycle_metrics
- functions::str_byte::str_byte
- functions::str_char::str_char
- functions::str_find::str_find
- functions::str_find_aux::str_find_aux
- functions::str_format::str_format
- functions::str_gsub::str_gsub
- functions::str_len::str_len
- functions::str_lower::str_lower
- functions::str_match::str_match
- functions::str_pack::str_pack
- functions::str_packsize::str_packsize
- functions::str_rep::str_rep
- functions::str_reverse::str_reverse
- functions::str_split::str_split
- functions::str_sub::str_sub
- functions::str_unpack::str_unpack
- functions::str_upper::str_upper
- functions::stringresizeprotected::stringresizeprotected
- functions::sweepgcopage::sweepgcopage
- functions::tableresizeprotected::tableresizeprotected
- functions::tag_error::tag_error
- functions::tclear::tclear
- functions::tclone::tclone
- functions::tconcat::tconcat
- functions::tcreate::tcreate
- functions::tfind::tfind
- functions::tfreeze::tfreeze
- functions::tinsert::tinsert
- functions::tisfrozen::tisfrozen
- functions::tmove::tmove
- functions::tpack::tpack
- functions::traverseobject::traverseobject
- functions::tremove::tremove
- functions::trimzero::trimzero
- functions::tsort::tsort
- functions::tunpack::tunpack
- functions::u_posrelat::u_posrelat
- functions::unlinkstr::unlinkstr
- functions::unpackint::unpackint
- functions::updateaboundary::updateaboundary
- functions::utf_8_decode::utf_8_decode
- functions::utfchar::utfchar
- functions::utflen::utflen
- functions::validateobj::validateobj
- functions::validateobject::validateobject
- functions::validateproto::validateproto
- functions::vector_abs::vector_abs
- functions::vector_angle::vector_angle
- functions::vector_ceil::vector_ceil
- functions::vector_clamp::vector_clamp
- functions::vector_create::vector_create
- functions::vector_cross::vector_cross
- functions::vector_dot::vector_dot
- functions::vector_floor::vector_floor
- functions::vector_index::vector_index
- functions::vector_lerp::vector_lerp
- functions::vector_magnitude::vector_magnitude
- functions::vector_max::vector_max
- functions::vector_min::vector_min
- functions::vector_normalize::vector_normalize
- functions::vector_sign::vector_sign
- macros::abs_index::abs_index
- macros::bit_2_mask::bit2mask
- macros::bitmask::bit2mask
- macros::bitmask::bitmask
- macros::ceillog_2::ceillog2
- macros::checkoutofbounds::checkoutofbounds
- macros::fastnotm::fastnotm
- macros::fasttm::fasttm
- macros::fixedbit::bit2mask
- macros::getaboundary::getaboundary
- macros::getgrownstacksize::getgrownstacksize
- macros::getstr::getstr
- macros::getstr::getstr_mut
- macros::gfasttm::gfasttm
- macros::invalidate_t_mcache::invalidateTMcache
- macros::iscont::iscont
- macros::isoutofbounds::isoutofbounds
- macros::isyielded::isyielded
- macros::lua_classlibname::luaopen_class
- macros::lua_d_checkstackfornewci::luaD_checkstackfornewci
- macros::lua_dblibname::luaopen_debug
- macros::lua_getglobal::lua_getglobal
- macros::lua_getref::lua_getref
- macros::lua_globalsindex::lua_upvalueindex
- macros::lua_intlibname::luaopen_integer
- macros::lua_ispseudo::lua_ispseudo
- macros::lua_l_addstring::lua_l_addstring
- macros::lua_l_getmetatable::luaL_getmetatable
- macros::lua_mathlibname::luaopen_math
- macros::lua_newtable::lua_newtable
- macros::lua_newuserdata::lua_newuserdata
- macros::lua_oslibname::luaopen_os
- macros::lua_pop::lua_pop
- macros::lua_rawgetp::lua_rawgetp
- macros::lua_s_new::luaS_new
- macros::lua_s_new::luaS_newliteral
- macros::lua_s_newliteral::LUA_S_NEWLITERAL
- macros::lua_s_newliteral::luaS_newliteral
- macros::lua_setglobal::lua_getglobal
- macros::lua_setglobal::lua_setglobal
- macros::lua_strlen::lua_strlen
- macros::lua_strlibname::luaopen_string
- macros::lua_tablibname::luaopen_table
- macros::lua_upvalueindex::lua_upvalueindex
- macros::lua_utf_8_libname::luaopen_utf8
- macros::lua_veclibname::luaopen_vector
- macros::luai_inteq::luai_inteq
- macros::luai_num_2_long::luai_num2long
- macros::luai_num_2_unsigned::luai_num2unsigned
- macros::luai_numadd::luai_numadd
- macros::luai_numdiv::luai_numdiv
- macros::luai_numeq::luai_numeq
- macros::luai_numisnan::luai_numisnan
- macros::luai_numle::luai_numle
- macros::luai_numlt::luai_numlt
- macros::luai_nummul::luai_nummul
- macros::luai_numpow::luai_numpow
- macros::luai_numsub::luai_numsub
- macros::luai_numunm::luai_numunm
- macros::luai_str_2_long::strtoll
- macros::luai_str_2_num::strtod
- macros::mask::mask
- macros::mask_64::mask64
- macros::maskmarks::WHITEBITS
- macros::mix::mix
- macros::rol::rol
- macros::size_cclosure::size_cclosure
- macros::size_lclosure::size_lclosure
- macros::sizebuffer::sizebuffer
- macros::sizestring::sizestring
- macros::sizeudata::sizeudata
- macros::stacklimitreached::stacklimitreached
- macros::testbits::testbits
- macros::trim::trim
- macros::uchar::uchar
- macros::vm_patch_aux::VM_PATCH_AUX
- macros::vm_patch_aux_slot::VM_PATCH_AUX_SLOT
- macros::vm_patch_c::VM_PATCH_C
- macros::vm_patch_e::VM_PATCH_E
- macros::vm_patch_op::VM_PATCH_OP
- macros::vm_protect_pc::VM_PROTECT_PC
Type Aliases
- enums::k_option::KOption_alias
- enums::k_option::k_option
- enums::lua_co_status::LuaCoStatus
- functions::gmtime_r::time_t
- functions::localtime_r::time_t
- functions::os_timegm::time_t
- records::call_info::call_info
- records::closure::closure
- records::gc_cycle_metrics::gc_cycle_metrics
- records::gc_object::GCObject
- records::gc_stats::gc_stats
- records::header::header
- records::lg::LG
- records::loc_var::loc_var
- records::lua_callbacks::lua_Callbacks
- records::lua_debug::lua_Debug
- records::lua_execution_callbacks::LuaExecutionCallbacks
- records::lua_l_strbuf::luaL_Buffer
- records::lua_l_strbuf::luaL_Strbuf
- records::lua_node::lua_node
- records::lua_state::LuaState
- records::lua_t_value::TValue
- records::lua_table::lua_table
- records::lua_udata_direct_access_data::LuaUdataDirectAccessData
- records::luau_buffer::Buffer
- records::match_state::match_state
- records::proto::proto
- records::stringtable::Stringtable
- records::t_key::t_key
- records::t_string::t_string
- records::udata::udata
- records::up_val::UpValRecord
- type_aliases::b_uint::BUint
- type_aliases::b_uint::b_uint
- type_aliases::buffer::Buffer
- type_aliases::buffer::buffer
- type_aliases::call_info::CallInfo
- type_aliases::call_info::call_info
- type_aliases::closure::Closure
- type_aliases::closure::closure
- type_aliases::ftypes::Ftypes
- type_aliases::g_cheader::GCheader
- type_aliases::g_cheader::g_cheader
- type_aliases::gc_object::GcObject
- type_aliases::global_state::GlobalState
- type_aliases::global_state::global_State
- type_aliases::header::Header
- type_aliases::header::header
- type_aliases::instruction::Instruction
- type_aliases::k_option::KOption
- type_aliases::k_option::k_option
- type_aliases::lg::LG
- type_aliases::lg::Lg
- type_aliases::lg::lg
- type_aliases::loc_var::LocVar
- type_aliases::loc_var::loc_var
- type_aliases::lua_alloc::LuaAlloc
- type_aliases::lua_alloc::lua_Alloc
- type_aliases::lua_c_function::LuaCFunction
- type_aliases::lua_c_function::lua_CFunction
- type_aliases::lua_callbacks::LuaCallbacks
- type_aliases::lua_continuation::LuaContinuation
- type_aliases::lua_continuation::lua_Continuation
- type_aliases::lua_counter_function::LuaCounterFunction
- type_aliases::lua_counter_function::lua_CounterFunction
- type_aliases::lua_counter_value::LuaCounterValue
- type_aliases::lua_counter_value::lua_CounterValue
- type_aliases::lua_coverage::LuaCoverage
- type_aliases::lua_coverage::lua_Coverage
- type_aliases::lua_debug::LuaDebug
- type_aliases::lua_destructor::LuaDestructor
- type_aliases::lua_destructor::lua_Destructor
- type_aliases::lua_hook::LuaHook
- type_aliases::lua_hook::lua_Hook
- type_aliases::lua_integer::LuaInteger
- type_aliases::lua_integer::lua_Integer
- type_aliases::lua_l_buffer::LuaLBuffer
- type_aliases::lua_l_buffer::luaL_Buffer
- type_aliases::lua_l_reg::LuaLReg
- type_aliases::lua_l_strbuf::LuaLStrbuf
- type_aliases::lua_node::LuaNode
- type_aliases::lua_node::lua_node
- type_aliases::lua_number::LuaNumber
- type_aliases::lua_number::lua_Number
- type_aliases::lua_state::LuaState
- type_aliases::lua_state::lua_State
- type_aliases::lua_table::LuaTable
- type_aliases::lua_table::lua_table
- type_aliases::lua_unsigned::LuaUnsigned
- type_aliases::lua_unsigned::lua_Unsigned
- type_aliases::lua_userdata_direct_access::LuaUserdataDirectAccess
- type_aliases::lua_userdata_direct_access::lua_UserdataDirectAccess
- type_aliases::lua_userdata_direct_field_get::LuaUserdataDirectFieldGet
- type_aliases::lua_userdata_direct_field_get::lua_UserdataDirectFieldGet
- type_aliases::lua_userdata_direct_namecall::LuaUserdataDirectNamecall
- type_aliases::lua_userdata_direct_namecall::lua_UserdataDirectNamecall
- type_aliases::luau_class::LuauClass
- type_aliases::luau_class::luau_class
- type_aliases::luau_fast_function::LuauFastFunction
- type_aliases::luau_fast_function::luau_FastFunction
- type_aliases::luau_object::LuauObject
- type_aliases::luau_object::luau_object
- type_aliases::match_state::MatchState
- type_aliases::match_state::match_state
- type_aliases::pfunc::Pfunc
- type_aliases::pfunc::pfunc
- type_aliases::proto::Proto
- type_aliases::proto::proto
- type_aliases::sort_predicate::SortPredicate
- type_aliases::sort_predicate::sort_predicate
- type_aliases::stk_id::StkId
- type_aliases::stk_id::stk_id
- type_aliases::stringtable::Stringtable
- type_aliases::stringtable::stringtable
- type_aliases::t_key::TKey
- type_aliases::t_key::t_key
- type_aliases::t_string::TString
- type_aliases::t_string::t_string
- type_aliases::t_value::TValue
- type_aliases::t_value::t_value
- type_aliases::tms::tms
- type_aliases::udata::Udata
- type_aliases::udata::udata
- type_aliases::up_val::UpVal
- type_aliases::up_val::up_val
Statics
- macros::dummynode::luaH_dummynode
- macros::lua_o_nilobject::luaO_nilobject_
- macros::luau_f_table::luauF_table
- records::size_class_config::kSizeClassConfig
Constants
- enums::lua_type::LUA_T_COUNT
- functions::lua_gc::GCSatomic
- functions::lua_gc::GCSpause
- functions::lua_gc::GCSpropagate
- functions::lua_gc::GCSpropagateagain
- functions::lua_gc::GCSsweep
- functions::record_gc_state_step::GCSatomic
- functions::record_gc_state_step::GCSpause
- functions::record_gc_state_step::GCSpropagate
- functions::record_gc_state_step::GCSpropagateagain
- functions::record_gc_state_step::GCSsweep
- functions::str_pack::LUAL_PACKPADBYTE
- macros::allones::ALLONES
- macros::allones::NBITS
- macros::atom_undef::ATOM_UNDEF
- macros::basic_ci_size::BASIC_CI_SIZE
- macros::basic_stack_size::BASIC_STACK_SIZE
- macros::blackbit::BLACKBIT
- macros::blackbit::FIXEDBIT
- macros::c_call_yield::C_CALL_YIELD
- macros::cap_position::CAP_POSITION
- macros::cap_unfinished::CAP_UNFINISHED
- macros::co_status_break::CO_STATUS_BREAK
- macros::co_status_error::CO_STATUS_ERROR
- macros::dummynode::DUMMYNODE
- macros::dummynode::dummynode
- macros::dummynode::luaH_dummynode_ptr
- macros::extra_stack::EXTRA_STACK
- macros::fastnotm::fast_no_tm
- macros::fasttm::fasttm_macro
- macros::fixedbit::FIXEDBIT
- macros::fixedbit::WHITE0BIT
- macros::fixedbit::WHITE1BIT
- macros::fixedbit::WHITEBITS
- macros::flags::FLAGS
- macros::gc_satomic::GCSatomic
- macros::gc_satomic::GCSsweep
- macros::gc_spause::GCS_PROPAGATE
- macros::gc_spause::GCSpause
- macros::gc_spause::GCSpropagate
- macros::gc_spause::GC_SPAUSE
- macros::gc_spropagate::GCSpropagate
- macros::gc_spropagate::GCSpropagateagain
- macros::gc_spropagate::GC_SPROPAGATE
- macros::gc_spropagate::GC_SPROPAGATEAGAIN
- macros::gc_spropagateagain::GCSpropagateagain
- macros::gc_ssweep::GCSsweep
- macros::gc_sweeppagestepcost::GC_SWEEPPAGESTEPCOST
- macros::gfasttm::gfasttm_macro
- macros::invalidate_t_mcache::invalidate_t_mcache
- macros::keepinvariant::keepinvariant
- macros::l_esc::L_ESC
- macros::l_esc::SPECIALS
- macros::lu_tag_iterator::LU_TAG_ITERATOR
- macros::lua_api::LUA_API
- macros::lua_bitlibname::LUA_BITLIBNAME
- macros::lua_bufferlibname::LUA_BUFFERLIBNAME
- macros::lua_buffersize::LUA_BUFFERSIZE
- macros::lua_callinfo_handle::LUA_CALLINFO_HANDLE
- macros::lua_callinfo_native::LUA_CALLINFO_NATIVE
- macros::lua_callinfo_opyield::LUA_CALLINFO_OPYIELD
- macros::lua_callinfo_return::LUA_CALLINFO_RETURN
- macros::lua_classlibname::LUA_CLASSLIBNAME
- macros::lua_colibname::LUA_COLIBNAME
- macros::lua_dblibname::LUA_DBLIBNAME
- macros::lua_environindex::LUAI_MAXCSTACK
- macros::lua_environindex::LUA_ENVIRONINDEX
- macros::lua_errerrmsg::LUA_ERRERRMSG
- macros::lua_execution_callback_storage::LUA_EXECUTION_CALLBACK_STORAGE
- macros::lua_extra_size::LUA_EXTRA_SIZE
- macros::lua_globalsindex::LUAI_MAXCSTACK
- macros::lua_globalsindex::LUA_GLOBALSINDEX
- macros::lua_idsize::LUA_IDSIZE
- macros::lua_intlibname::LUA_INTLIBNAME
- macros::lua_l_checkstring::LUA_L_CHECKSTRING
- macros::lua_l_optstring::LUA_L_OPTSTRING
- macros::lua_lutag_limit::LUA_LUTAG_LIMIT
- macros::lua_mathlibname::LUA_MATHLIBNAME
- macros::lua_maxcaptures::LUA_MAXCAPTURES
- macros::lua_memerrmsg::LUA_MEMERRMSG
- macros::lua_memory_categories::LUA_MEMORY_CATEGORIES
- macros::lua_minstack::LUA_MINSTACK
- macros::lua_minstrtabsize::LUA_MINSTRTABSIZE
- macros::lua_multret::LUA_MULTRET
- macros::lua_noref::LUA_NOREF
- macros::lua_o_nilobject::luaO_nilobject
- macros::lua_oslibname::LUA_OSLIBNAME
- macros::lua_pushcclosure::LUA_PUSHCCLOSURE
- macros::lua_pushcclosure::lua_pushcclosure
- macros::lua_pushcfunction::LUA_PUSHCFUNCTION
- macros::lua_pushlightuserdata::lua_pushlightuserdata
- macros::lua_pushliteral::LUA_PUSHLITERAL
- macros::lua_pushliteral::lua_pushliteral
- macros::lua_refnil::LUA_REFNIL
- macros::lua_registryindex::LUAI_MAXCSTACK
- macros::lua_registryindex::LUA_REGISTRYINDEX
- macros::lua_sizeclasses::LUA_SIZECLASSES
- macros::lua_strftimeoptions::LUA_STRFTIMEOPTIONS
- macros::lua_strlibname::LUA_STRLIBNAME
- macros::lua_tablibname::LUA_TABLIBNAME
- macros::lua_tnone::LUA_TNONE
- macros::lua_tointeger::LUA_TOINTEGER
- macros::lua_tonumber::LUA_TONUMBER
- macros::lua_tounsigned::LUA_TOUNSIGNED
- macros::lua_upvalueindex::LUAI_MAXCSTACK
- macros::lua_upvalueindex::LUA_GLOBALSINDEX
- macros::lua_use_longjmp::LUA_USE_LONGJMP
- macros::lua_utag_limit::LUA_UTAG_LIMIT
- macros::lua_utf_8_libname::LUA_UTF8LIBNAME
- macros::lua_veclibname::LUA_VECLIBNAME
- macros::lua_vector_size::LUA_VECTOR_SIZE
- macros::luai_func::LUAI_FUNC
- macros::luai_gcgoal::LUAI_GCGOAL
- macros::luai_gcstepmul::LUAI_GCSTEPMUL
- macros::luai_gcstepsize::LUAI_GCSTEPSIZE
- macros::luai_maxcalls::LUAI_MAXCALLS
- macros::luai_maxccalls::LUAI_MAXCCALLS
- macros::luai_maxcstack::LUAI_MAXCSTACK
- macros::luai_maxint_2_str::LUAI_MAXINT2STR
- macros::luai_maxnum_2_str::LUAI_MAXNUM2STR
- macros::lual_packpadbyte::LUAL_PACKPADBYTE
- macros::lualib_api::LUALIB_API
- macros::luau_e::LUAU_E
- macros::luau_nan::LUAU_NAN
- macros::luau_phi::LUAU_PHI
- macros::luau_pi::LUAU_PI
- macros::luau_sqrt_2::LUAU_SQRT2
- macros::luau_target_sse_41::LUAU_TARGET_SSE41
- macros::luau_tau::LUAU_TAU
- macros::maskmarks::BLACKBIT
- macros::maskmarks::WHITE0BIT
- macros::maskmarks::WHITE1BIT
- macros::max_buffer_size::MAX_BUFFER_SIZE
- macros::max_format::MAX_FORMAT
- macros::max_item::MAX_ITEM
- macros::max_stack_size::MAX_STACK_SIZE
- macros::maxalign::MAXALIGN
- macros::maxbits::MAXBITS
- macros::maxbits::MAXSIZE
- macros::maxintsize::MAXINTSIZE
- macros::maxsize::MAXSIZE
- macros::maxssize::MAXSSIZE
- macros::maxtagloop::MAXTAGLOOP
- macros::maxunicode::MAXUNICODE
- macros::mc::MC
- macros::nb::NB
- macros::nbits::NBITS
- macros::nominmax::NOMINMAX
- macros::pcg_32_inc::PCG32_INC
- macros::pcrc::PCRC
- macros::pcrc::PCRYIELD
- macros::pcrlua::PCRC
- macros::pcrlua::PCRLUA
- macros::pcryield::PCRYIELD
- macros::radians_per_degree::RADIANS_PER_DEGREE
- macros::scheduled_reentry::SCHEDULED_REENTRY
- macros::sizeclass::SIZECLASS
- macros::specials::SPECIALS
- macros::stringmark::WHITE0BIT
- macros::stringmark::WHITE1BIT
- macros::szint::SZINT
- macros::utag_idtor::UTAG_IDTOR
- macros::utag_internal_limit::UTAG_INTERNAL_LIMIT
- macros::utag_proxy::UTAG_PROXY
- macros::utf_8_buffsz::UTF8BUFFSZ
- macros::utf_8_patt::UTF8PATT
- macros::vm_case_instruction::VM_CASE_INSTRUCTION
- macros::vm_case_stkid::VM_CASE_STKID
- macros::vm_has_native::VM_HAS_NATIVE
- macros::vm_use_cgoto::VM_USE_CGOTO
- macros::white_0_bit::WHITE0BIT
- macros::white_1_bit::WHITE1BIT
- macros::whitebits::WHITE0BIT
- macros::whitebits::WHITE1BIT
- macros::whitebits::WHITEBITS
- macros::win_32_lean_and_mean::WIN32_LEAN_AND_MEAN
- macros::win_32_lean_and_mean::WIN_32_LEAN_AND_MEAN
- records::lua_l_strbuf::LUA_BUFFERSIZE