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

Method Top

state.go:433–435  ·  view source on GitHub ↗

+inline-end

()

Source from the content-addressed store, hash-verified

431} // +inline-end
432
433func (rg *registry) Top() int {
434 return rg.top
435}
436
437func (rg *registry) Push(v LValue) {
438 newSize := rg.top + 1

Callers 15

InsertMethod · 0.95
switchToParentThreadFunction · 0.45
callGFunctionFunction · 0.45
initFunction · 0.45
tableConcatFunction · 0.45
switchToParentThreadFunction · 0.45
initFunction · 0.45
printRegMethod · 0.45
raiseErrorMethod · 0.45
findLocalMethod · 0.45
indexToRegMethod · 0.45
callRMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected