Lines Matching refs:size
693 function getPrefix(constructor, tag, fallback, size = '') {
696 return `[${fallback}${size}: null prototype] [${tag}] `;
698 return `[${fallback}${size}: null prototype] `;
702 return `${constructor}${size} [${tag}] `;
704 return `${constructor}${size} `;
833 index = ctx.circular.size + 1;
894 const size = SetPrototypeGetSize(value);
895 const prefix = getPrefix(constructor, tag, 'Set', `(${size})`);
900 if (size === 0 && keys.length === 0 && protoProps === undefined)
904 const size = MapPrototypeGetSize(value);
905 const prefix = getPrefix(constructor, tag, 'Map', `(${size})`);
910 if (size === 0 && keys.length === 0 && protoProps === undefined)
922 const size = TypedArrayPrototypeGetLength(value);
923 const prefix = getPrefix(constructor, tag, fallback, `(${size})`);
929 formatter = FunctionPrototypeBind(formatTypedArray, null, bound, size);
1096 // object even though the maximum string size (~2 ** 28 on 32 bit systems and
1473 // which contains n rectangles of size `actualMax * approxCharHeights`.
1551 'prematurely. Maximum call stack size exceeded.]',