MCPcopy Create free account
hub / github.com/F-Stack/f-stack / currentpc

Function currentpc

freebsd/contrib/openzfs/module/lua/ldebug.c:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35static int currentpc (CallInfo *ci) {
36 lua_assert(isLua(ci));
37 return pcRel(ci->u.l.savedpc, ci_func(ci)->p);
38}
39
40
41static int currentline (CallInfo *ci) {

Callers 4

currentlineFunction · 0.70
findlocalFunction · 0.70
getfuncnameFunction · 0.70
luaG_typeerrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected