67995d4ac7b9f306ac53997ebba4cae0c64bedad
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 module.exports = require('./is-implemented')()
4         ? RegExp.prototype.search
5         : require('./shim');