欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
SpiderMonkey
小 (→Links) |
小 |
||
(未显示1个用户的7个中间版本) | |||
第1行: | 第1行: | ||
{{SeeWikipedia}} | {{SeeWikipedia}} | ||
+ | SpiderMonkey | ||
+ | |||
+ | ==简介== | ||
SpiderMonkey is the code name for the first ever [[JavaScript]] engine, written by Brendan Eich at Netscape Communications, later released as open source and now maintained by the Mozilla Foundation. | SpiderMonkey is the code name for the first ever [[JavaScript]] engine, written by Brendan Eich at Netscape Communications, later released as open source and now maintained by the Mozilla Foundation. | ||
+ | ==功能== | ||
SpiderMonkey is written in C and contains a compiler, interpreter, decompiler, garbage collector, and standard classes. It does not itself provide host environments such as Document Object Model (DOM). | SpiderMonkey is written in C and contains a compiler, interpreter, decompiler, garbage collector, and standard classes. It does not itself provide host environments such as Document Object Model (DOM). | ||
SpiderMonkey and its sister engine [[Rhino]] have implemented support for the [[ECMAScript]] for XML (E4X) standard. | SpiderMonkey and its sister engine [[Rhino]] have implemented support for the [[ECMAScript]] for XML (E4X) standard. | ||
− | [[MongoDB]] uses SpiderMonkey for server-side Javascript execution. | + | [[MongoDB]] and [[Apache CouchDB]] uses SpiderMonkey for server-side Javascript execution. |
− | + | [[TraceMonkey]]:SpiderMonkey 新的演化版本。 | |
− | + | ||
− | + | ||
− | + | ||
− | + | SpiderMonkey 用于 Firefox 1.0~3.0版本。TraceMonkey 用于 Firefox 3.5~3.6版本。 | |
+ | |||
+ | [[JaegerMonkey|JägerMonkey]] 用于 [[Firefox/4|Firefox 4]] 的经过优化的全新引擎。 | ||
+ | |||
+ | ==指南=== | ||
+ | |||
+ | ==项目== | ||
+ | |||
+ | ==[[Eclipse CDT]]== | ||
+ | [https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Setting_up_CDT_to_work_on_SpiderMonkey Setting up Eclipse CDT to work on SpiderMonkey] | ||
+ | |||
+ | ==链接== | ||
+ | *[https://spidermonkey.dev/ SpiderMonkey官网] | ||
+ | *https://developer.mozilla.org/zh-CN/docs/Mozilla/Projects/SpiderMonkey | ||
+ | *[http://ftp.mozilla.org/pub/mozilla.org/js/ SpiderMonkey源代码] | ||
+ | *[http://www.ibm.com/developerworks/cn/linux/l-cn-spidermonkey/index.html 基于 C 语言的 JavaScript 引擎探索] | ||
− | [[ | + | [[category:JavaScript engine]] |
− | [[ | + | [[category:mozilla]] |
+ | [[category:c programming language]] | ||
+ | [[category:c++]] |
2021年5月29日 (六) 03:14的最后版本
您可以在Wikipedia上了解到此条目的英文信息 SpiderMonkey Thanks, Wikipedia. |
SpiderMonkey
目录 |
[编辑] 简介
SpiderMonkey is the code name for the first ever JavaScript engine, written by Brendan Eich at Netscape Communications, later released as open source and now maintained by the Mozilla Foundation.
[编辑] 功能
SpiderMonkey is written in C and contains a compiler, interpreter, decompiler, garbage collector, and standard classes. It does not itself provide host environments such as Document Object Model (DOM).
SpiderMonkey and its sister engine Rhino have implemented support for the ECMAScript for XML (E4X) standard.
MongoDB and Apache CouchDB uses SpiderMonkey for server-side Javascript execution.
TraceMonkey:SpiderMonkey 新的演化版本。
SpiderMonkey 用于 Firefox 1.0~3.0版本。TraceMonkey 用于 Firefox 3.5~3.6版本。
JägerMonkey 用于 Firefox 4 的经过优化的全新引擎。
[编辑] 指南=
[编辑] 项目
[编辑] Eclipse CDT
Setting up Eclipse CDT to work on SpiderMonkey