* Returns whether a function with the specified name must be skipped. * Should be overridden by subclasses. * * @param {string} name Function name.
(name)
| 336 | * @param {string} name Function name. |
| 337 | */ |
| 338 | skipThisFunction(name) { |
| 339 | return false; |
| 340 | } |
| 341 | |
| 342 | /** |
| 343 | * Enum for profiler operations that involve looking up existing |
no outgoing calls
no test coverage detected