Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
core-js
/
full
/
instance
/
Filename :
demethodize.js
back
Copy
'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; };