Ai
2 Star 0 Fork 0

mirrors_watson/object-prototype-functions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.js 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thomas Watson 提交于 2019-11-20 22:54 +08:00 . feat: add 'nodejs' API
'use strict'
module.exports = [
'hasOwnProperty',
'isPrototypeOf',
'propertyIsEnumerable',
'toLocaleString',
'toString',
'valueOf'
]
module.exports.deprecated = [
'__defineGetter__',
'__defineSetter__',
'__lookupGetter__',
'__lookupSetter__'
]
module.exports.nonSpec = [
'eval',
'unwatch',
'watch'
]
module.exports.nodejs = module.exports.concat(module.exports.deprecated)
module.exports.all = module.exports.concat(
module.exports.deprecated,
module.exports.nonSpec
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_watson/object-prototype-functions.git
git@gitee.com:mirrors_watson/object-prototype-functions.git
mirrors_watson
object-prototype-functions
object-prototype-functions
master

搜索帮助