V8 JavaScript Engine

V8 Git 仓库的官方镜像。「The official mirror of the V8 Git repository」

Github星跟踪图

V8 JavaScript Engine

V8 is Google's open source JavaScript engine.

V8 implements ECMAScript as specified in ECMA-262.

V8 is written in C++ and is used in Google Chrome, the open source
browser from Google.

V8 can run standalone, or can be embedded into any C++ application.

V8 Project page: https://v8.dev/docs

Getting the Code

Checkout depot tools, and run

    fetch v8

This will checkout V8 into the directory v8 and fetch all of its dependencies.
To stay up to date, run

    git pull origin
    gclient sync

For fetching all branches, add the following into your remote
configuration in .git/config:

    fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
    fetch = +refs/tags/*:refs/tags/*

Contributing

Please follow the instructions mentioned at
v8.dev/docs/contribute.

主要指标

概览
名称与所有者v8/v8
主编程语言C++
编程语言Python (语言数: 20)
平台
许可证Other
所有者活动
创建于2014-09-24 15:24:30
推送于2025-04-21 15:26:57
最后一次提交2021-10-25 14:39:34
发布数37133
最新版本名称13.7.120 (发布于 )
第一版名称0.1.5 (发布于 )
用户参与
星数24k
关注者数1k
派生数4.1k
提交数94.3k
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数18
关闭的拉请求数94
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?