View Source Lua.Chunk (Lua v0.0.21)

A pre-compiled chunk of Lua code that can be executed at a future point in time

Summary

Types

@type t() :: %Lua.Chunk{instructions: term(), ref: term()}