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

Method isTransition

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

Source from the content-addressed store, hash-verified

270 }
271
272 isTransition() {
273 return this.type === 'Transition'
274 }
275
276 isFastToSlow() {
277 return this.type === 'Normalize'

Callers 3

symbolMethod · 0.95
toStringMethod · 0.95
transitionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected