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

Function fxBuildArguments

xs/sources/xsArguments.c:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61};
62
63void fxBuildArguments(txMachine* the)
64{
65 mxPush(mxObjectPrototype);
66 mxArgumentsSloppyPrototype = *the->stack;
67 mxPop();
68
69 mxPush(mxObjectPrototype);
70 mxArgumentsStrictPrototype = *the->stack;
71 mxPop();
72}
73
74txSlot* fxNewArgumentsSloppyInstance(txMachine* the, txIndex count)
75{

Callers 1

fxCreateMachineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected