doum
28 分钟以前 462a7c752afead89a100522aea8bbfadaea2aab9
1
2
3
4
5
6
7
8
9
'use strict';
var $ = require('../internals/export');
var demethodize = require('../internals/function-demethodize');
 
// `Function.prototype.demethodize` method
// https://github.com/js-choi/proposal-function-demethodize
$({ target: 'Function', proto: true, forced: true }, {
  demethodize: demethodize
});