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

Method isVariable

code.go:297–297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295func (e exprDesc) hasJumps() bool { return e.t != e.f }
296func (e exprDesc) isNumeral() bool { return e.kind == kindNumber && e.t == noJump && e.f == noJump }
297func (e exprDesc) isVariable() bool { return kindLocal <= e.kind && e.kind <= kindIndexed }
298func (e exprDesc) hasMultipleReturns() bool { return e.kind == kindCall || e.kind == kindVarArg }
299
300func (f *function) assertEqual(a, b interface{}) {

Callers 1

assignmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected