MCPcopy Create free account
hub / github.com/docker/getting-started / objectIs

Function objectIs

app/src/static/js/react-bootstrap.js:8495–8501  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

8493// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
8494
8495function objectIs(x, y) {
8496 if (x === y) {
8497 return x !== 0 || 1 / x === 1 / y;
8498 } else {
8499 return x !== x && y !== y;
8500 }
8501}
8502
8503function createEventEmitter(value) {
8504 var handlers = [];

Callers 1

createReactContextFunction · 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…