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