V8引擎的javascript语言规范

发布于 2024-10-08 14:28:21 字数 63 浏览 4 评论 0原文

Nodejs 基于 v8 引擎,我认为 javascript 语言必须更改或弃用某些内容。有什么文件或者书籍吗?

nodejs is base on v8 engine, I think something must be changed or deprecated for javascript language. Any documents or books ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

满栀 2024-10-15 14:28:21

来自 Node.js 的 wiki 页面:

请注意,V8 实现了 ECMA 第 3 版的全部内容以及 ECMA 第 5 版中的部分新内容

请参阅:https://github.com/ry/node/wiki/ECMA-5-Mozilla-Features-Implemented-in-V8

V8 实现的一些 ES5 功能是例如:mapforEach 等数组方法,createkeys< 等新的 Object 函数/code>、String 方法(如 trim())以及定义 getter 和 setter 的能力。

有关完整列表,请参阅上面的链接。

From Node.js's wiki page:

Note that V8 implements all of ECMA 3rd edition and parts of the new stuff in the ECMA 5th edition

See: https://github.com/ry/node/wiki/ECMA-5-Mozilla-Features-Implemented-in-V8

Some of ES5's features that V8 implements are for example: Array methods like map and forEach, the new Object functions like create or keys, String methods like trim() as well as the ability to define getters and setters.

For a full list see the above link.

扭转时空 2024-10-15 14:28:21

项目主页

V8 按照 ECMA-262 中的规定实现 ECMAScript,第三版,可在 Windows XP 和 Vista、Mac OS X 10.5 (Leopard) 以及使用 IA-32 或 ARM 处理器的 Linux 系统上运行。

您需要继续阅读历史部分今天获得第三版。

From the homepage for the project:

V8 implements ECMAScript as specified in ECMA-262, 3rd edition, and runs on Windows XP and Vista, Mac OS X 10.5 (Leopard), and Linux systems that use IA-32 or ARM processors.

You'll need to follow through to the historical section to get 3rd edition today.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文