Skip to content

v8/v8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

v8-ci-autoroll-builderV8 LUCI CQ
v8-ci-autoroll-builder
and
V8 LUCI CQ
Apr 5, 2025
70906b2 · Apr 5, 2025
Jan 12, 2021
Feb 3, 2025
Feb 24, 2025
Aug 12, 2019
Sep 12, 2024
Mar 6, 2025
Apr 4, 2025
Apr 3, 2025
Sep 12, 2024
Apr 4, 2025
Apr 4, 2025
May 17, 2022
Feb 19, 2025
Apr 4, 2025
Jan 16, 2025
Feb 19, 2024
Dec 12, 2024
Aug 9, 2024
Aug 24, 2021
Jan 4, 2023
Sep 19, 2018
Mar 11, 2025
Apr 3, 2025
Aug 4, 2022
Feb 24, 2023
Mar 31, 2025
Mar 13, 2024
Mar 22, 2025
Apr 4, 2025
Apr 4, 2025
Mar 2, 2016
Oct 14, 2024
Apr 5, 2025
Nov 19, 2024
Oct 14, 2024
Oct 24, 2023
Apr 24, 2020
Dec 13, 2024
Jun 9, 2016
Feb 3, 2011
Feb 3, 2011
Aug 16, 2021
Sep 8, 2021
Jan 16, 2025
Jan 16, 2025
Jan 23, 2023
Apr 3, 2025
Mar 7, 2019
Sep 13, 2021
Jan 23, 2023
Dec 4, 2024
Jun 30, 2017
Oct 29, 2024

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.