MCPcopy Index your code
hub / github.com/nodejs/node / skipThisFunction

Method skipThisFunction

deps/v8/tools/profile.mjs:338–340  ·  view source on GitHub ↗

* Returns whether a function with the specified name must be skipped. * Should be overridden by subclasses. * * @param {string} name Function name.

(name)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected