defLocal method

LuaObject defLocal(
  1. LuaObject value
)

Implementation

LuaObject defLocal(LuaObject value) {
  return scope.defVar(value.id, value);
}