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