()
| 55 | var load = module.exports[load_fn]; |
| 56 | var store = module.exports[store_fn]; |
| 57 | function peek() { return load(offset); } |
| 58 | function poke(value) { return store(offset, value); } |
| 59 | |
| 60 | // Instead of checking every n-th offset, check the first 5. |
no test coverage detected