Home
last modified time | relevance | path

Searched refs:iterationType (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/util/
Dcomparisons.js297 function keyCheck(val1, val2, strict, memos, iterationType, aKeys) { argument
354 (iterationType === kNoIterator ||
355 (iterationType === kIsArray && val1.length === 0) ||
384 const areEq = objEquiv(val1, val2, strict, aKeys, memos, iterationType);
565 function objEquiv(a, b, strict, keys, memos, iterationType) { argument
570 if (iterationType === kIsSet) {
574 } else if (iterationType === kIsMap) {
578 } else if (iterationType === kIsArray) {