MCPcopy Index your code
hub / github.com/Shopify/go-lua / makeExpression

Function makeExpression

code.go:282–284  ·  view source on GitHub ↗
(kind, info int)

Source from the content-addressed store, hash-verified

280}
281
282func makeExpression(kind, info int) exprDesc {
283 return exprDesc{f: noJump, t: noJump, kind: kind, info: info}
284}
285
286func (f *function) semanticError(message string) {
287 f.p.t = 0 // remove "near to" from final message

Callers 12

CloseFunctionMethod · 0.85
EncodeStringMethod · 0.85
IndexedMethod · 0.85
PrefixMethod · 0.85
encodeComparisonMethod · 0.85
PostfixMethod · 0.85
singleVariableHelperFunction · 0.85
OpenConstructorMethod · 0.85
OpenMainFunctionMethod · 0.85
functionArgumentsMethod · 0.85
simpleExpressionMethod · 0.85
assignmentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected