Sha256: 0c26b5fc6436f302f99bd4b6d3f81b84c939f6178287c2a785cb897cb8c0b41b

Contents?: true

Size: 334 Bytes

Versions: 9

Compression:

Stored size: 334 Bytes

Contents

var typedArrayConstructor = require('../internals/typed-array-constructor');

// `Uint16Array` constructor
// https://tc39.github.io/ecma262/#sec-typedarray-objects
typedArrayConstructor('Uint16', 2, function (init) {
  return function Uint16Array(data, byteOffset, length) {
    return init(this, data, byteOffset, length);
  };
});

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/core-js/modules/es.typed-array.uint16-array.js
disco_app-0.18.2 test/dummy/node_modules/core-js/modules/es.typed-array.uint16-array.js
jester-data-8.0.0 node_modules/core-js/modules/es.typed-array.uint16-array.js
ezii-os-5.2.1 node_modules/core-js/modules/es.typed-array.uint16-array.js
ezii-os-2.0.1 node_modules/core-js/modules/es.typed-array.uint16-array.js
ezii-os-1.1.0 node_modules/core-js/modules/es.typed-array.uint16-array.js
ezii-os-1.0.0 node_modules/core-js/modules/es.typed-array.uint16-array.js
ezii-os-0.0.0.1.0 node_modules/core-js/modules/es.typed-array.uint16-array.js
ezii-os-0.0.0.0.1 node_modules/core-js/modules/es.typed-array.uint16-array.js