luaL_where function

  1. @JS("lauxlib.luaL_where")
void luaL_where(
  1. lua_State L,
  2. int lvl
)

Implementation

@JS("lauxlib.luaL_where")         external void      luaL_where(lua_State L, int lvl);