| 253 | } |
| 254 | |
| 255 | static void _xsbug_importFulfilled(txMachine* the) |
| 256 | { |
| 257 | if (gxTest262Async == TEST262_SYNC) |
| 258 | fxBubble(the, 2, "<", 0, "test262"); |
| 259 | } |
| 260 | |
| 261 | static void _xsbug_importRejected(txMachine* the) |
| 262 | { |
nothing calls this directly
no test coverage detected