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

Function raiseCompileError

compile.go:112–115  ·  view source on GitHub ↗
(context *funcContext, line int, format string, args ...interface{})

Source from the content-addressed store, hash-verified

110}
111
112func raiseCompileError(context *funcContext, line int, format string, args ...interface{}) {
113 msg := fmt.Sprintf(format, args...)
114 panic(&CompileError{context: context, Line: line, Message: msg})
115}
116
117func isVarArgReturnExpr(expr ast.Expr) bool {
118 switch ex := expr.(type) {

Callers 9

CheckUnresolvedGotoMethod · 0.85
AddNamedLabelMethod · 0.85
ResolveGotoMethod · 0.85
ConstIndexMethod · 0.85
SetRegTopMethod · 0.85
compileBreakStmtFunction · 0.85
compileExprFunction · 0.85
compileFunctionExprFunction · 0.85
patchCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…