| 234 | } |
| 235 | |
| 236 | void fx_decodeURI(txMachine* the) |
| 237 | { |
| 238 | if (mxArgc < 1) |
| 239 | mxSyntaxError("no URI parameter"); |
| 240 | fxDecodeURI(the, (txString)gxURIReservedSet); |
| 241 | } |
| 242 | |
| 243 | void fx_decodeURIComponent(txMachine* the) |
| 244 | { |
nothing calls this directly
no test coverage detected