(from, to)
| 433 | } |
| 434 | |
| 435 | processSFIMove(from, to) { |
| 436 | this._profile.moveSharedFunctionInfo(from, to); |
| 437 | } |
| 438 | |
| 439 | processTick( |
| 440 | pc, time_ns, is_external_callback, tos_or_external_callback, vmState, |
nothing calls this directly
no test coverage detected