Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dcomparisons.js67 const kIsArray = 1; constant
220 return keyCheck(val1, val2, strict, memos, kIsArray, keys1);
355 (iterationType === kIsArray && val1.length === 0) ||
578 } else if (iterationType === kIsArray) {