Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxRunBase
Function
fxRunBase
xs/sources/xsRun.c:4518–4523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4516
}
4517
4518
void fxRunBase(txMachine* the)
4519
{
4520
if (!mxHasTarget)
4521
mxTypeError(
"call: class"
);
4522
fxRunConstructor(the);
4523
}
4524
4525
void fxRunConstructor(txMachine* the)
4526
{
Callers
1
fxRunID
Function · 0.85
Calls
1
fxRunConstructor
Function · 0.85
Tested by
no test coverage detected