Documentation
¶
Index ¶
- Constants
- Variables
- func LuaJITDecode(d *decode.D) any
- func LuaJITDecodeBCIns(d *decode.D)
- func LuaJITDecodeComplex(d *decode.D)
- func LuaJITDecodeDebug(d *decode.D, debuglen uint64, numbc uint64)
- func LuaJITDecodeHeader(di *DumpInfo, d *decode.D)
- func LuaJITDecodeI64(d *decode.D) int64
- func LuaJITDecodeKGC(d *decode.D)
- func LuaJITDecodeKNum(d *decode.D) any
- func LuaJITDecodeKTabK(d *decode.D)
- func LuaJITDecodeNum(d *decode.D)
- func LuaJITDecodeProto(di *DumpInfo, d *decode.D)
- func LuaJITDecodeTab(d *decode.D)
- func LuaJITDecodeU64(d *decode.D) uint64
- type BcDef
- type BcDefList
- type DumpInfo
Constants ¶
View Source
const ( BcMnone = iota BcMdst BcMbase BcMvar BcMrbase BcMuv BcMlit BcMlits BcMpri BcMnum BcMstr BcMtab BcMfunc BcMjump BcMcdata )
Variables ¶
View Source
var LuaJITFS embed.FS
Functions ¶
func LuaJITDecode ¶
func LuaJITDecodeBCIns ¶
func LuaJITDecodeComplex ¶
func LuaJITDecodeHeader ¶
func LuaJITDecodeI64 ¶
func LuaJITDecodeKGC ¶
func LuaJITDecodeKNum ¶
func LuaJITDecodeKTabK ¶
func LuaJITDecodeNum ¶
func LuaJITDecodeProto ¶
func LuaJITDecodeTab ¶
func LuaJITDecodeU64 ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.