Lines Matching refs:keys
538 const keys = [];
543 ArrayPrototypePush(keys, _inspect(tabularData[i * 2]));
549 ArrayPrototypePush(keys, _inspect(k));
558 keys,
591 const keys = properties || ObjectKeys(item);
592 for (const key of keys) {
603 const keys = ObjectKeys(map);
606 ArrayPrototypePush(keys, valuesKey);
609 ArrayPrototypeUnshift(keys, indexKey);
612 return final(keys, values);