在 Node.js 中查找内置对象和函数
我试图弄清楚 Node 中默认情况下可用的所有内容,更具体地说,V8 为表带来了哪些不属于标准 javascript 规范的内容(例如 JSON 对象)。节点站点上的文档对于其绑定来说很好,但是在谷歌搜索了一下之后,我没有找到太多关于 V8 的额外内容。有人知道一两个好的资源吗?
I'm trying to figure out what all is available by default in Node and more specifically, what V8 brings to the table (things like the JSON object) that aren't part of the standard javascript spec. The docs on the node site are fine for its bindings but after googling around for a bit, I'm not finding much on what extras V8 has. Anyone know of a good resource or two?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
V8 中实现的 ECMA 5 Mozilla 功能
ECMA 5 Mozilla Features Implemented in V8