MCPcopy Create free account
hub / github.com/AshenvaleZX/ZXEngine / createlabel

Function createlabel

CPPScripts/External/Lua/lparser.c:607–621  ·  view source on GitHub ↗

** Create a new label with the given 'name' at the given 'line'. ** 'last' tells whether label is the last non-op statement in its ** block. Solves all pending goto's to this new label and adds ** a close instruction if necessary. ** Returns true iff it added a close instruction. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

leaveblockFunction · 0.85
labelstatFunction · 0.85

Calls 4

newlabelentryFunction · 0.85
luaK_getlabelFunction · 0.85
solvegotosFunction · 0.85
luaY_nvarstackFunction · 0.85

Tested by

no test coverage detected