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