Sha256: f26d5d02c9ddf90cbae9683610b73e10530ae41c3cd60801efa73d45119917f3

Contents?: true

Size: 493 Bytes

Versions: 6

Compression:

Stored size: 493 Bytes

Contents

'use strict';
var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-array-constructors-require-wrappers');
var exportTypedArrayStaticMethod = require('../internals/array-buffer-view-core').exportTypedArrayStaticMethod;
var typedArrayFrom = require('../internals/typed-array-from');

// `%TypedArray%.from` method
// https://tc39.github.io/ecma262/#sec-%typedarray%.from
exportTypedArrayStaticMethod('from', typedArrayFrom, TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS);

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/core-js/modules/es.typed-array.from.js
tang-0.2.1 spec/tang_app/node_modules/core-js/modules/es.typed-array.from.js
tang-0.2.0 spec/tang_app/node_modules/core-js/modules/es.typed-array.from.js
tang-0.1.0 spec/tang_app/node_modules/core-js/modules/es.typed-array.from.js
tang-0.0.9 spec/tang_app/node_modules/core-js/modules/es.typed-array.from.js
enju_library-0.3.8 spec/dummy/node_modules/core-js/modules/es.typed-array.from.js