defLocal method

LuaObject defLocal(
  1. LuaObject value
)

Forward to StdRuntime.defLocal.

Implementation

LuaObject defLocal(LuaObject value) => impl.defLocal(value);