MCPcopy Create free account
hub / github.com/axhlzy/FridaDebugger / np

Function np

scripts/function-stalker.js:194–198  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

192}
193
194function np(x) {
195 if (x == null) return null;
196 if (typeof x === "string") return ptr(x);
197 return x;
198}
199
200// --- per-thread follow state (handle recursion: follow at outermost only) ---
201const depthByTid = new Map(); // tid -> reentry depth

Callers 1

formatEventFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected