projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3804f4eb1c3bb56f83b69fd29e96cf3467396075
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
if (!require('./is-implemented')()) {
4
Object.defineProperty(RegExp.prototype, 'search', { value: require('./shim'),
5
configurable: true, enumerable: false, writable: true });
6
}