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

Method isFastToSlow

deps/v8/tools/system-analyzer/log/map.mjs:276–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

274 }
275
276 isFastToSlow() {
277 return this.type === 'Normalize'
278 }
279
280 isSlowToFast() {
281 return this.type === 'SlowToFast'

Callers 2

symbolMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected