lua_gettop function

  1. @JS("lua.lua_gettop")
int lua_gettop(
  1. lua_State L
)

Implementation

@JS("lua.lua_gettop")            external int        lua_gettop(lua_State L);