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