MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxFindFrame

Function fxFindFrame

xs/sources/xsDebug.c:2301–2310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2299}
2300
2301txSlot* fxFindFrame(txMachine* the)
2302{
2303 txSlot* frame = the->frame;
2304 while (frame) {
2305 if (frame->flag & XS_DEBUG_FLAG)
2306 break;
2307 frame = frame->next;
2308 }
2309 return frame;
2310}
2311
2312txSlot* fxFindRealm(txMachine* the)
2313{

Callers 2

fxFindRealmFunction · 0.85
fxListLocalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected