V8 JavaScript Engine

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

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerv8/v8
Primary LanguageC++
Program languagePython (Language Count: 20)
Platform
License:Other
所有者活动
Created At2014-09-24 15:24:30
Pushed At2025-04-21 15:26:57
Last Commit At2021-10-25 14:39:34
Release Count37133
Last Release Name13.7.120 (Posted on )
First Release Name0.1.5 (Posted on )
用户参与
Stargazers Count24k
Watchers Count1k
Fork Count4.1k
Commits Count94.3k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count18
Pull Requests Close Count94
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private