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

Function activateMemoizedCycleDetection

test/parallel/test-assert-deep.js:263–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261}
262
263function activateMemoizedCycleDetection() {
264 const circA = {};
265 circA.self = circA;
266 const circB = {};
267 circB.self = circB;
268 assert.deepStrictEqual(circA, circB);
269}
270
271test('es6 Maps and Sets', () => {
272 assertDeepAndStrictEqual(new Set(), new Set());

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…