Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ _xsNewObject
Function
_xsNewObject
xs/sources/xsmc.c:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void _xsNewObject(txMachine *the, txSlot *res)
51
{
52
fxNewObject(the);
53
*res = fxPop();
54
}
55
56
void _xsNewHostInstance(txMachine *the, txSlot *res, txSlot *proto)
57
{
Callers
nothing calls this directly
Calls
1
fxNewObject
Function · 0.85
Tested by
no test coverage detected