luaopen_debug function

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

Implementation

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