Ejemplo n.º 1
0
 public void TestSetGetUInt16() {
     Action f = () => {
         var b = new ArrayBuffer(16);
         var v = new DataView(b);
         v.SetUInt16(0, 5);
         v.SetUInt16(8, 6);
         Done(v.GetUInt16(0) == 5 && v.GetUInt16(8) == 6);
     };
     this.Start(f);
 }
Ejemplo n.º 2
0
 public extern Float32Array(ArrayBuffer buffer, uint byteOffset);
Ejemplo n.º 3
0
 public extern Int16Array(ArrayBuffer buffer, uint byteOffset);
Ejemplo n.º 4
0
 public extern Int16Array(ArrayBuffer buffer, uint byteOffset, uint length);
Ejemplo n.º 5
0
 public extern Int16Array(ArrayBuffer buffer);
Ejemplo n.º 6
0
 public extern UInt8ClampedArray(ArrayBuffer buffer);
Ejemplo n.º 7
0
 public extern UInt8Array(ArrayBuffer buffer);
Ejemplo n.º 8
0
 public extern DataView(ArrayBuffer buffer);
Ejemplo n.º 9
0
 public extern Int8Array(ArrayBuffer buffer, uint byteOffset, uint length);
Ejemplo n.º 10
0
 public extern DataView(ArrayBuffer buffer, uint byteOffset, uint byteLength);
Ejemplo n.º 11
0
 public extern DataView(ArrayBuffer buffer);
Ejemplo n.º 12
0
 public extern Float64Array(ArrayBuffer buffer, uint byteOffset, uint length);
Ejemplo n.º 13
0
 public extern Float64Array(ArrayBuffer buffer);
Ejemplo n.º 14
0
 public extern Float32Array(ArrayBuffer buffer, uint byteOffset);
Ejemplo n.º 15
0
 public extern Int32Array(ArrayBuffer buffer);
Ejemplo n.º 16
0
 public extern Float64Array(ArrayBuffer buffer);
Ejemplo n.º 17
0
 public extern Float64Array(ArrayBuffer buffer, uint byteOffset, uint length);
Ejemplo n.º 18
0
 public extern UInt8Array(ArrayBuffer buffer);
Ejemplo n.º 19
0
 public extern DataView(ArrayBuffer buffer, uint byteOffset, uint byteLength);
Ejemplo n.º 20
0
 public extern UInt8Array(ArrayBuffer buffer, uint byteOffset);
Ejemplo n.º 21
0
 public extern UInt8Array(ArrayBuffer buffer, uint byteOffset);
Ejemplo n.º 22
0
 public extern UInt8ClampedArray(ArrayBuffer buffer);
Ejemplo n.º 23
0
 public extern UInt8ClampedArray(ArrayBuffer buffer, uint byteOffset, uint length);
Ejemplo n.º 24
0
 public extern UInt8ClampedArray(ArrayBuffer buffer, uint byteOffset, uint length);
Ejemplo n.º 25
0
 public extern Int16Array(ArrayBuffer buffer, uint byteOffset);
Ejemplo n.º 26
0
 public extern Int32Array(ArrayBuffer buffer);
Ejemplo n.º 27
0
 public extern UInt32Array(ArrayBuffer buffer, uint byteOffset, uint length);
Ejemplo n.º 28
0
 public extern Int16Array(ArrayBuffer buffer);