MCPcopy Index your code
hub / github.com/yuin/gopher-lua / panicWithoutTraceback

Function panicWithoutTraceback

state.go:659–662  ·  view source on GitHub ↗
(L *LState)

Source from the content-addressed store, hash-verified

657}
658
659func panicWithoutTraceback(L *LState) {
660 err := newApiError(ApiErrorRun, L.Get(-1))
661 panic(err)
662}
663
664func newLState(options Options) *LState {
665 al := newAllocator(32)

Callers

nothing calls this directly

Calls 2

newApiErrorFunction · 0.70
GetMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…