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