Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxNewFrame
Function
fxNewFrame
xs/sources/xsAPI.c:1223–1227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1221
}
1222
1223
void fxNewFrame(txMachine* the)
1224
{
1225
mxOverflow(-3);
1226
fxNew(the);
1227
}
1228
1229
void fxRunCount(txMachine* the, txInteger count)
1230
{
Callers
nothing calls this directly
Calls
1
fxNew
Function · 0.85
Tested by
no test coverage detected