newState static method

LuaState newState()

Implementation

static LuaState newState() {
  return LuaStateImpl();
}