blob: 7e8af1db31641b1909c07a8718c4c8dcc6ea5e63 [file] [log] [blame]
'use strict';
var isSticky = require('../is-sticky');
if (!require('./is-implemented')()) {
Object.defineProperty(RegExp.prototype, 'sticky', { configurable: true,
enumerable: false, get: isSticky });
}