Skip to content

wenyuzhao/v8

This branch is up to date with v8/v8:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5fe0aa3 Β· Oct 25, 2021
Jan 12, 2021
Oct 11, 2021
Jan 11, 2021
Aug 12, 2019
May 15, 2019
Aug 16, 2021
Oct 25, 2021
Oct 20, 2021
Sep 24, 2021
Oct 25, 2021
Oct 25, 2021
Sep 27, 2021
Oct 21, 2021
Oct 25, 2021
Jul 13, 2021
Jan 17, 2017
Oct 26, 2018
Jul 28, 2017
Aug 24, 2021
Mar 3, 2020
Sep 19, 2018
Aug 24, 2021
Jul 2, 2021
Jun 24, 2021
Sep 15, 2021
Jul 29, 2021
Sep 27, 2021
Oct 25, 2021
Oct 25, 2021
Mar 2, 2016
Aug 26, 2021
Oct 25, 2021
Oct 20, 2020
Sep 16, 2021
Aug 18, 2020
Apr 24, 2020
Apr 17, 2019
Jun 9, 2016
Feb 3, 2011
Feb 3, 2011
Aug 16, 2021
Sep 8, 2021
Aug 24, 2021
Nov 2, 2020
Apr 19, 2021
Mar 7, 2019
Sep 13, 2021
Nov 2, 2020
Aug 30, 2021
Sep 28, 2021
Jun 30, 2017

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.

Packages

No packages published

Languages

  • C++ 70.9%
  • JavaScript 27.0%
  • Python 1.3%
  • C 0.3%
  • TypeScript 0.2%
  • HTML 0.1%
  • Other 0.2%