Lines Matching refs:values
116 // V8's internal double-to-string conversion is inaccurate for values above
319 // All possible unsigned 16-bit values should be storable in a string, they
394 // Various positive values.
401 // Various negative values.
480 // Various positive values.
487 // Various negative values.
547 var values = [];
549 values.push(Math.floor(i));
553 writer.writePackedUint64(1, values);
560 .toEqual(values.length + 2);