blob: 921c9368e780b651482a1cf5ca95f06bb243711d [file] [log] [blame]
'use strict';
if (!require('./is-implemented')()) {
Object.defineProperty(RegExp.prototype, 'match', { value: require('./shim'),
configurable: true, enumerable: false, writable: true });
}