Home
last modified time | relevance | path

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

/third_party/node/lib/internal/util/
Dinspect.js197 const kArrayExtrasType = 2; constant
759 ctx, res, '', ['Proxy [', ']'], kArrayExtrasType, recurseTimes);
891 extrasType = kArrayExtrasType;
930 extrasType = kArrayExtrasType;
1864 ctx, res, '', ['[', ']'], kArrayExtrasType, recurseTimes);
2022 if (extrasType === kArrayExtrasType && entries > 6) {