* }}} */ * error & debug operations {{{ */
()
| 1722 | /* error & debug operations {{{ */ |
| 1723 | |
| 1724 | func (ls *LState) registryOverflow() { |
| 1725 | ls.RaiseError("registry overflow") |
| 1726 | } |
| 1727 | |
| 1728 | // This function is equivalent to luaL_error( http://www.lua.org/manual/5.1/manual.html#luaL_error ). |
| 1729 | func (ls *LState) RaiseError(format string, args ...interface{}) { |
nothing calls this directly
no test coverage detected