Home
last modified time | relevance | path

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

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