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

Method conditionalJump

code.go:396–399  ·  view source on GitHub ↗
(op opCode, a, b, c int)

Source from the content-addressed store, hash-verified

394}
395
396func (f *function) conditionalJump(op opCode, a, b, c int) int {
397 f.EncodeABC(op, a, b, c)
398 return f.Jump()
399}
400
401func (f *function) fixJump(pc, dest int) {
402 f.assert(f.isJumpListWalkable(pc))

Callers 2

jumpOnConditionMethod · 0.95
encodeComparisonMethod · 0.95

Calls 2

EncodeABCMethod · 0.95
JumpMethod · 0.95

Tested by

no test coverage detected