• API(eca&lua)
  • Lua
  • API
  • Sandbox

SandBox

env

table

init

(method) SandBox:init(sandbox_name: string, prefix_name?: string)

make_preload

(method) SandBox:make_preload()
  -> function

make_require

(method) SandBox:make_require(searchers: any, loaded: any)
  -> function

make_searcher

(method) SandBox:make_searcher()
  -> function

name

string

prefix_name

string?

require

(method) SandBox:require(name: any)
  -> unknown