| 157 | } |
| 158 | |
| 159 | void builtinInitializeTarget(xsMachine *the) |
| 160 | { |
| 161 | xsSlot target; |
| 162 | |
| 163 | if (xsmcGet(target, xsArg(0), xsID_target)) |
| 164 | xsmcSet(xsThis, xsID_target, target); |
| 165 | } |
| 166 | |
| 167 | uint8_t builtinInitializeFormat(xsMachine *the, uint8_t format) |
| 168 | { |
no outgoing calls
no test coverage detected