PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/core-js/full/instance

Просмотр файла: demethodize.js

'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../function/virtual/demethodize');

var FunctionPrototype = Function.prototype;

module.exports = function (it) {
  var own = it.demethodize;
  return it === FunctionPrototype || (isPrototypeOf(FunctionPrototype, it) && own === FunctionPrototype.demethodize) ? method : own;
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!