红联Linux门户
Linux帮助

V8 5.1发布,JavaScript解析引擎

发布时间:2016-04-24 09:37:45来源:红联作者:baihuo
V8 5.1 发布了,V8 是 Google 发布的开源 JavaScript 引擎,采用 C++ 编写,在 Google 的 Chrome 浏览器中被使用。V8 引擎可以独立运行,也可以用来嵌入到 C++ 应用程序中执行。

以下是一些值得关注的内容:

Executing loops like for-in

Object.assign

Promise and RegExp instantiation

Calling Object.prototype.hasOwnProperty

Math.floor, Math.round and Math.ceil

Array.prototype.push

Object.keys

Array.prototype.join & Array.prototype.toString

Flattening repeat strings e.g. '.'.repeat(1000)

下载地址:https://chromium.googlesource.com/v8/v8/

来自:开源中国社区
文章评论

共有 0 条评论