| 61 | }; |
| 62 | |
| 63 | void 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 | |
| 74 | txSlot* fxNewArgumentsSloppyInstance(txMachine* the, txIndex count) |
| 75 | { |