summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-bytelength.js
Commit message (Expand)AuthorAgeFilesLines
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-13/+13
* test: refactor and fix test-buffer-bytelengthMichaƫl Zasso2016-11-281-5/+5
* buffer: make byteLength throw on invalid inputBrian White2016-10-101-4/+8
* test,lib: align arguments in multiline callsRich Trott2016-09-201-2/+3
* buffer: fix ArrayBuffer checksBrian White2016-09-111-0/+5
* test: additional refactoring/cleanup of buffer testsJames M Snell2016-08-291-46/+48
* buffer: introduce latin1 encoding termTrevor Norris2016-06-071-2/+3
* buffer: make byteLength work with ArrayBuffer & DataViewJackson Tian2016-03-271-0/+34
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-2/+2
* buffer: make byteLength work with Buffer correctlyJackson Tian2016-01-181-0/+6
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* buffer: remove raw & raws encodingSakthipriyan Vairamani2015-09-171-2/+2
* buffer: optimize Buffer.byteLengthBrendan Ashworth2015-05-221-0/+46