MCPcopy Create free account
hub / github.com/nodejs/node / symbol

Method symbol

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

Source from the content-addressed store, hash-verified

302 }
303
304 symbol() {
305 if (this.isTransition()) return '+';
306 if (this.isFastToSlow()) return '⊡';
307 if (this.isSlowToFast()) return '⊛';
308 if (this.isReplaceDescriptors()) {
309 if (this.name) return '+';
310 return '∥';
311 }
312 return '';
313 }
314
315 toString() {
316 let s = this.symbol();

Callers 2

toStringMethod · 0.95

Calls 4

isTransitionMethod · 0.95
isFastToSlowMethod · 0.95
isSlowToFastMethod · 0.95
isReplaceDescriptorsMethod · 0.95

Tested by

no test coverage detected