List of all items
Structs
- BadConcatType
- BadExecutorMode
- BadThreadMode
- BadUserDataType
- BoxSequence
- Callback
- Closure
- Context
- Execution
- Executor
- Finalizers
- Fuel
- FunctionPrototype
- Lua
- Registry
- RuntimeError
- Stack
- StashedCallback
- StashedClosure
- StashedExecutor
- StashedTable
- StashedThread
- StashedUserData
- String
- Table
- Thread
- TypeError
- UserData
- Variadic
- any::Any
- any::AnyInner
- callback::BoxSequence
- callback::Callback
- callback::CallbackInner
- closure::Closure
- closure::ClosureInner
- closure::FunctionPrototype
- closure::UpValue
- compiler::CompileError
- compiler::CompiledPrototype
- compiler::interning::BasicInterner
- compiler::lexer::Lexer
- compiler::lexer::LineNumber
- compiler::parser::AssignmentStatement
- compiler::parser::Block
- compiler::parser::Chunk
- compiler::parser::Expression
- compiler::parser::FunctionCallStatement
- compiler::parser::FunctionDefinition
- compiler::parser::FunctionStatement
- compiler::parser::GotoStatement
- compiler::parser::IfStatement
- compiler::parser::LabelStatement
- compiler::parser::LineAnnotated
- compiler::parser::LocalFunctionStatement
- compiler::parser::LocalStatement
- compiler::parser::ParseError
- compiler::parser::RepeatStatement
- compiler::parser::ReturnStatement
- compiler::parser::SuffixedExpression
- compiler::parser::TableConstructor
- compiler::parser::WhileStatement
- constant::IdenticalConstant
- conversion::IterIntoValue
- conversion::Variadic
- error::LuaError
- error::RuntimeError
- error::StaticLuaError
- error::TypeError
- finalizers::Finalizers
- fuel::Fuel
- lua::Context
- lua::Lua
- meta_ops::MetaCall
- opcode::OpCode
- registry::Registry
- registry::StashedCallback
- registry::StashedClosure
- registry::StashedExecutor
- registry::StashedString
- registry::StashedTable
- registry::StashedThread
- registry::StashedUserData
- stack::Stack
- string::BadConcatType
- string::InternedStringSet
- string::String
- string::StringInner
- table::RawTable
- table::Table
- table::TableState
- thread::BadExecutorMode
- thread::BadThreadMode
- thread::CurrentThread
- thread::Execution
- thread::Executor
- thread::OpenUpValue
- thread::Thread
- thread::UpperLuaFrame
- types::ConstantIndex16
- types::ConstantIndex8
- types::Opt254
- types::PrototypeIndex
- types::RegisterIndex
- types::UpValueIndex
- types::VarCount
- userdata::BadUserDataType
- userdata::UserData
- userdata::UserDataMeta
Enums
- CallbackReturn
- ClosureError
- Constant
- Error
- ExecutorMode
- Function
- InvalidTableKey
- MetaMethod
- PrototypeError
- SequencePoll
- StashedFunction
- StaticError
- StaticValue
- ThreadMode
- VMError
- Value
- callback::CallbackReturn
- callback::SequencePoll
- closure::ClosureError
- closure::PrototypeError
- closure::UpValueState
- compiler::CompileErrorKind
- compiler::FunctionRef
- compiler::lexer::LexError
- compiler::lexer::Token
- compiler::parser::AssignmentTarget
- compiler::parser::BinaryOperator
- compiler::parser::CallSuffix
- compiler::parser::ConstructorField
- compiler::parser::FieldSuffix
- compiler::parser::ForStatement
- compiler::parser::HeadExpression
- compiler::parser::ParseErrorKind
- compiler::parser::PrimaryExpression
- compiler::parser::RecordKey
- compiler::parser::SimpleExpression
- compiler::parser::Statement
- compiler::parser::SuffixPart
- compiler::parser::UnaryOperator
- constant::Constant
- error::Error
- error::StaticError
- function::Function
- meta_ops::MetaMethod
- meta_ops::MetaResult
- opcode::Operation
- opcode::RCIndex
- registry::StashedFunction
- registry::StaticValue
- table::InvalidTableKey
- table::NextValue
- thread::BinaryOperatorError
- thread::ExecutorMode
- thread::ThreadMode
- thread::VMError
- types::UpValueDescriptor
- value::Value
Traits
- CallbackFn
- FromMultiValue
- FromValue
- IntoMultiValue
- IntoValue
- Sequence
- Singleton
- callback::CallbackFn
- callback::Sequence
- compiler::interning::StringInterner
- conversion::FromMultiValue
- conversion::FromValue
- conversion::IntoMultiValue
- conversion::IntoValue
- registry::Fetchable
- registry::Singleton
- registry::Stashable
Functions
- compiler::compile_chunk
- compiler::lexer::read_dec_float
- compiler::lexer::read_dec_integer
- compiler::lexer::read_float
- compiler::lexer::read_hex_float
- compiler::lexer::read_hex_integer
- compiler::lexer::read_integer
- compiler::parser::parse_chunk
- io::buffered_read
- io::skip_prefix
- meta_ops::call
- meta_ops::equal
- meta_ops::index
- meta_ops::len
- meta_ops::new_index
- meta_ops::tostring
- raw_ops::add
- raw_ops::bitwise_and
- raw_ops::bitwise_not
- raw_ops::bitwise_or
- raw_ops::bitwise_xor
- raw_ops::exponentiate
- raw_ops::float_divide
- raw_ops::floor_divide
- raw_ops::less_equal
- raw_ops::less_than
- raw_ops::modulo
- raw_ops::multiply
- raw_ops::negate
- raw_ops::shift_left
- raw_ops::shift_right
- raw_ops::subtract
- stdlib::load_base
- stdlib::load_coroutine
- stdlib::load_io
- stdlib::load_math
- stdlib::load_string
- stdlib::load_table