Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
comparison test/script/basic/JDK-8014735.js.EXPECTED @ 283:66685c69bdb3
8014735: Typed Array, BYTES_PER_ELEMENT should be a class property
Reviewed-by: lagergren, jlaskey
author | sundar |
---|---|
date | Wed, 22 May 2013 19:33:08 +0530 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
282:07cefc062032 | 283:66685c69bdb3 |
---|---|
1 Int8Array.BYTES_PER_ELEMENT = 1 | |
2 Int16Array.BYTES_PER_ELEMENT = 2 | |
3 Int32Array.BYTES_PER_ELEMENT = 4 | |
4 Uint8Array.BYTES_PER_ELEMENT = 1 | |
5 Uint8ClampedArray.BYTES_PER_ELEMENT = 1 | |
6 Uint16Array.BYTES_PER_ELEMENT = 2 | |
7 Uint32Array.BYTES_PER_ELEMENT = 4 | |
8 Float32Array.BYTES_PER_ELEMENT = 4 | |
9 Float64Array.BYTES_PER_ELEMENT = 8 |