luaopen_base function

  1. @JS("lualib.luaopen_base")
int luaopen_base(
  1. lua_State L
)

Implementation

@JS("lualib.luaopen_base")      external int  luaopen_base(lua_State L);