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