MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / dischargejpc

Function dischargejpc

deps/lua/src/lcode.c:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162
163static void dischargejpc (FuncState *fs) {
164 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc);
165 fs->jpc = NO_JUMP;
166}
167
168
169void luaK_patchlist (FuncState *fs, int list, int target) {

Callers 1

luaK_codeFunction · 0.85

Calls 1

patchlistauxFunction · 0.85

Tested by

no test coverage detected