MCPcopy Create free account
hub / github.com/yuin/gopher-lua / registryOverflow

Method registryOverflow

state.go:1724–1726  ·  view source on GitHub ↗

* }}} */ * error & debug operations {{{ */

()

Source from the content-addressed store, hash-verified

1722/* error & debug operations {{{ */
1723
1724func (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 ).
1729func (ls *LState) RaiseError(format string, args ...interface{}) {

Callers

nothing calls this directly

Calls 1

RaiseErrorMethod · 0.95

Tested by

no test coverage detected