Lines Matching refs:fill
46 const ui8 = new Uint8Array(4).fill(42);
54 const ui8 = new Uint8Array(4).fill(42);
64 const ui32 = new Uint32Array(4).fill(42);
73 const ui32 = new Uint32Array(4).fill(42);
797 buf.fill(0xFF);
804 buf.fill(0xFF);
811 buf.fill(0xFF);
818 buf.fill(0xFF);
826 buf.fill(0xFF);
870 // Test alloc with fill option
883 // Call .fill() first, stops valgrind warning about uninitialized memory reads.
884 Buffer.allocUnsafe(3.3).fill().toString();
886 Buffer.alloc(3.3).fill().toString();
948 buf.fill(0xFF);
953 buf.fill(0xFF);
958 buf.fill(0xFF);
963 buf.fill(0xFF);
968 buf.fill(0xFF);
973 buf.fill(0xFF);
978 buf.fill(0xFF);
983 buf.fill(0xFF);
988 buf.fill(0xFF);
998 buf.fill(0xFF);
1003 buf.fill(0xFF);
1008 buf.fill(0xFF);
1013 buf.fill(0xFF);
1018 buf.fill(0xFF);
1023 buf.fill(0xFF);
1028 buf.fill(0xFF);