欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
V8
来自开放百科 - 灰狐
(版本间的差异)
小 (→Links) |
小 |
||
(未显示1个用户的3个中间版本) | |||
第1行: | 第1行: | ||
{{SeeWikipedia|V8 (JavaScript engine)}} | {{SeeWikipedia|V8 (JavaScript engine)}} | ||
+ | V8 | ||
+ | |||
+ | ==简介== | ||
V8 is Google's open source [[JavaScript]] engine. | V8 is Google's open source [[JavaScript]] engine. | ||
第9行: | 第12行: | ||
V8 can run standalone, or can be embedded into any C++ application. | V8 can run standalone, or can be embedded into any C++ application. | ||
− | == | + | ==指南== |
− | + | ||
− | + | ==项目== | |
− | * | + | |
+ | ==图集== | ||
+ | |||
+ | ==链接== | ||
+ | *[https://github.com/v8 V8 @ GitHub] | ||
+ | *[https://github.com/eclipsesource/J2V8 J2V8] [[Java]] Bindings for V8 | ||
[[category:JavaScript engine]] | [[category:JavaScript engine]] | ||
[[category:Google]] | [[category:Google]] | ||
[[category:node.js]] | [[category:node.js]] | ||
+ | [[category:c++]] |
2021年5月29日 (六) 03:15的最后版本
您可以在Wikipedia上了解到此条目的英文信息 V8 Thanks, Wikipedia. |
V8
目录 |
[编辑] 简介
V8 is Google's open source JavaScript engine.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
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.
V8 can run standalone, or can be embedded into any C++ application.
[编辑] 指南
[编辑] 项目
[编辑] 图集
[编辑] 链接
- V8 @ GitHub
- J2V8 Java Bindings for V8
分享您的观点