Skip to content

vincent-unity/v8

This branch is 6494 commits behind v8/v8:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6925c86 · Nov 9, 2020
May 11, 2020
Aug 12, 2019
May 15, 2019
Oct 7, 2020
Nov 5, 2020
Oct 30, 2020
Oct 8, 2020
Nov 9, 2020
Nov 9, 2020
Oct 8, 2020
Aug 26, 2020
Nov 6, 2020
Jan 17, 2017
Oct 26, 2018
Jul 28, 2017
Jul 19, 2019
Mar 3, 2020
Sep 19, 2018
Nov 3, 2020
Jul 29, 2019
May 9, 2019
Dec 9, 2019
Oct 27, 2020
Nov 9, 2020
Mar 2, 2016
Aug 21, 2020
Nov 9, 2020
Oct 20, 2020
May 15, 2019
Aug 18, 2020
Apr 24, 2020
Apr 17, 2019
Jun 9, 2016
Feb 3, 2011
Feb 3, 2011
May 28, 2019
Oct 20, 2020
Nov 2, 2020
Nov 3, 2020
Mar 7, 2019
Nov 2, 2020
Apr 8, 2020
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.

About

The official mirror of the V8 Git repository

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.fdlibm
BSD-3-Clause
LICENSE.strongtalk
BSD-3-Clause
LICENSE.v8

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.7%
  • JavaScript 29.4%
  • Python 1.4%
  • HTML 0.2%
  • TypeScript 0.1%
  • C 0.1%
  • Other 0.1%