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

Function hasUnequalTag

lib/internal/util/comparisons.js:271–273  ·  view source on GitHub ↗
(val1, val2)

Source from the content-addressed store, hash-verified

269}
270
271function hasUnequalTag(val1, val2) {
272 return val1[SymbolToStringTag] !== val2[SymbolToStringTag];
273}
274
275function slowHasUnequalTag(val1Tag, val1, val2) {
276 if (val1[SymbolToStringTag] !== undefined && val2[SymbolToStringTag] !== undefined) {

Callers 1

objectComparisonStartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…