(start, kind, disassemble)
| 488 | } |
| 489 | |
| 490 | processCodeDisassemble(start, kind, disassemble) { |
| 491 | this._profile.addDisassemble(start, kind, disassemble); |
| 492 | } |
| 493 | |
| 494 | processPropertyIC( |
| 495 | type, pc, time, line, column, old_state, new_state, mapId, key, modifier, |
nothing calls this directly
no test coverage detected