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