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