MrShi
昨天 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
1
2
3
4
5
6
var getNative = require('./_getNative');
 
/* Built-in method references that are verified to be native. */
var nativeCreate = getNative(Object, 'create');
 
module.exports = nativeCreate;