Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxNewObject
Function
fxNewObject
xs/sources/xsAPI.c:460–464 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
458
}
459
460
txSlot* fxNewObject(txMachine* the)
461
{
462
mxPush(mxObjectPrototype);
463
return fxNewObjectInstance(the);
464
}
465
466
txBoolean fxIsInstanceOf(txMachine* the)
467
{
Callers
5
Tool_prototype_listSpecifiers
Function · 0.85
fxPushModuleOptions
Function · 0.85
fx_ModuleSource_prototype_get_bindings
Function · 0.85
xsRun.c
File · 0.85
_xsNewObject
Function · 0.85
Calls
1
fxNewObjectInstance
Function · 0.85
Tested by
no test coverage detected