| 101 | (((txChunk*)(((txByte*)SLOT->value.regexp.code) - sizeof(txChunk)))->size / sizeof(txInteger)) |
| 102 | |
| 103 | txSlot* fxBuildHostConstructor(txMachine* the, txCallback call, txInteger length, txInteger id) |
| 104 | { |
| 105 | txLinker* linker = (txLinker*)(the->context); |
| 106 | fxNewLinkerBuilder(linker, call, length, id); |
| 107 | return fxNewHostConstructor(the, call, length, id); |
| 108 | } |
| 109 | |
| 110 | txSlot* fxBuildHostFunction(txMachine* the, txCallback call, txInteger length, txInteger id) |
| 111 | { |
no test coverage detected