Skip to content

Commit

Permalink
Update files/zh-cn/web/javascript/javascript_technologies_overview/in…
Browse files Browse the repository at this point in the history
…dex.md

Co-authored-by: Jason Ren <[email protected]>
  • Loading branch information
familyboat and jasonren0403 authored Oct 29, 2024
1 parent 4df8304 commit 3e77f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ HTML 规范同时还约束了元素之间的关系,例如无序列表 {{htmlel

除了以上实现,还有其他流行的 JavaScript 引擎,如:

- [Carakan](<https://en.wikipedia.org/wiki/Presto_(browser_engine)#ECMAScript_engines>),用于早期版本的 Opera。
- [Carakan](https://zh.wikipedia.org/wiki/Presto#JavaScript引擎),用于早期版本的 Opera。
- Microsoft 的 [Chakra](<https://en.wikipedia.org/wiki/Chakra_(JScript_engine)>) 引擎,用于 Internet Explorer(尽管它实现的语言正式名称为“JScript”,为了避免商标问题)。早期版本的 Edge 使用的新 JavaScript 引擎,让人困惑地也叫 [Chakra](<https://en.wikipedia.org/wiki/Chakra_(JavaScript_engine)>)
- [LibJS](https://serenityos.github.io/libjs-website/),用于 [SerenityOS](https://serenityos.org/) 的浏览器实现。
- Mozilla 的 [Rhino](<https://en.wikipedia.org/wiki/Rhino_(JavaScript_engine)>) 引擎,用 Java 语言实现的 JavaScript 引擎,主要由 Norris Boyd 创造(也在 Netscape)。
Expand Down

0 comments on commit 3e77f6c

Please sign in to comment.