V8 Javascript引擎最新源代码
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 Javascript引擎最新源代码
(预估有个807文件)
test-api.cc
225KB
test-debug.cc
180KB
AUTHORS
654B
codegen-x64.cc
231KB
mark-compact.cc
65KB
codegen-ia32.cc
269KB
api.cc
112KB
dtoa-config.c
4KB
spaces.cc
85KB
runtime.cc
250KB
用户评论