Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dinspect.js156 const kArrayExtrasType = 2; constant
702 ctx, res, '', ['Proxy [', ']'], kArrayExtrasType, recurseTimes);
825 extrasType = kArrayExtrasType;
864 extrasType = kArrayExtrasType;
1598 ctx, res, '', ['[', ']'], kArrayExtrasType, recurseTimes);
1747 if (extrasType === kArrayExtrasType && entries > 6) {