Last change
on this file since b738035 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
397 bytes
|
Line | |
---|
1 | var $ = require('../internals/export');
|
---|
2 | var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
|
---|
3 |
|
---|
4 | var NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS;
|
---|
5 |
|
---|
6 | // `ArrayBuffer.isView` method
|
---|
7 | // https://tc39.es/ecma262/#sec-arraybuffer.isview
|
---|
8 | $({ target: 'ArrayBuffer', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {
|
---|
9 | isView: ArrayBufferViewCore.isView
|
---|
10 | });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.