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-06-16 17:55:59
最后一次提交2021-10-25 14:39:34
發布數38149
最新版本名稱13.9.159 (發布於 )
第一版名稱0.1.5 (發布於 )
用户参与
星數24.2k
關注者數1k
派生數4.1k
提交數95.3k
已啟用問題?
問題數0
打開的問題數0
拉請求數0
打開的拉請求數17
關閉的拉請求數95
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?