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

Function fx_Array_isArray

xs/sources/xsArray.c:1525–1529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1523}
1524
1525void fx_Array_isArray(txMachine* the)
1526{
1527 mxResult->kind = XS_BOOLEAN_KIND;
1528 mxResult->value.boolean = (mxArgc > 0) ? fxIsArray(the, fxGetInstance(the, mxArgv(0))) : 0;
1529}
1530
1531void fx_Array_of(txMachine* the)
1532{

Callers

nothing calls this directly

Calls 2

fxIsArrayFunction · 0.85
fxGetInstanceFunction · 0.85

Tested by

no test coverage detected