mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
6 lines
208 B
JavaScript
6 lines
208 B
JavaScript
// 21.2.5.3 get RegExp.prototype.flags()
|
|
var $ = require('./$');
|
|
if(require('./$.descriptors') && /./g.flags != 'g')$.setDesc(RegExp.prototype, 'flags', {
|
|
configurable: true,
|
|
get: require('./$.flags')
|
|
}); |