lua_gethook function

  1. @JS("lua.lua_gethook")
dynamic lua_gethook(
  1. lua_State L
)

Implementation

@JS("lua.lua_gethook")           external dynamic    lua_gethook(lua_State L);