lua_getupvalue function

  1. @JS("lua.lua_getupvalue")
dynamic lua_getupvalue(
  1. lua_State L,
  2. int funcindex,
  3. int n
)

Implementation

@JS("lua.lua_getupvalue")        external dynamic    lua_getupvalue(lua_State L, int funcindex, int n);