Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

V8 5.1 发布,JavaScript 解析引擎

$
0
0

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/


Viewing all articles
Browse latest Browse all 44787

Trending Articles