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