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

Method Error

parse/parser.go:375–375  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

373type yyLexer interface {
374 Lex(lval *yySymType) int
375 Error(s string)
376}
377
378type yyParser interface {

Callers 15

loFindFileFunction · 0.65
loLoaderLuaFunction · 0.65
osRemoveFunction · 0.65
osRenameFunction · 0.65
osSetEnvFunction · 0.65
TestTableLenTypeFunction · 0.65
baseDoFileFunction · 0.65
baseErrorFunction · 0.65
loadauxFunction · 0.65
basePCallFunction · 0.65
baseXPCallFunction · 0.65
errorIfScriptFailFunction · 0.65

Implementers 1

Lexerparse/lexer.go

Calls

no outgoing calls

Tested by 15

TestTableLenTypeFunction · 0.52
errorIfScriptFailFunction · 0.52
errorIfGFuncFailFunction · 0.52
errorIfScriptNotFailFunction · 0.52
errorIfGFuncNotFailFunction · 0.52
TestPCallFunction · 0.52
TestCoroutineApi1Function · 0.52
TestContextTimeoutFunction · 0.52
TestContextCancelFunction · 0.52
TestContextWithCroutineFunction · 0.52
TestPCallAfterFailFunction · 0.52