公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_web
张氏APP 前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
收藏与荣誉、家庭小医生、通讯录点击电子文件的图标可进入可看详情页面
Tcsm
2023-06-11
65e70e110953f1ec8c096ee5baf0b52a2fcd9156
[zhangshi_app_web.git]
/
node_modules
/
core-js
/
full
/
instance
/
un-this.js
1
2
3
4
5
6
7
8
9
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../function/virtual/un-this');
var FunctionPrototype = Function.prototype;
module.exports = function (it) {
var own = it.unThis;
return it === FunctionPrototype || (isPrototypeOf(FunctionPrototype, it) && own === FunctionPrototype.unThis) ? method : own;
};