eedbad77eebe09101fe681d76653d65b0c1c7cfd
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 if (!require('./is-implemented')()) {
4         Object.defineProperty(Array.prototype, 'copyWithin',
5                 { value: require('./shim'), configurable: true, enumerable: false,
6                         writable: true });
7 }