* Called whenever the specified operation has failed finding a function * containing the specified address. Should be overridden by subclasses. * See the Profile.Operation enum for the list of * possible operations. * * @param {number} operation Operation. * @param {number} addr Ad
(operation, addr, opt_stackPos)
| 461 | * containing the address. |
| 462 | */ |
| 463 | handleUnknownCode(operation, addr, opt_stackPos) { } |
| 464 | |
| 465 | /** |
| 466 | * Registers a library. |
no outgoing calls
no test coverage detected