Clone this repo:
  1. cb1b554 Version 3.31.1 (based on 18cf6c9ac96a62ec320fc10d738d26fba784e2f4) by machenbach@chromium.org · 9 years ago master
  2. ba56077 Version 3.31.0 (based on 50a829b3cfe8ec0b7ccd1b7e154e632c9a73e5f0) by machenbach@chromium.org · 9 years ago
  3. 95fef17 Version 3.30.37 (based on 32f3277eea54b6cf54a7eb8cdef9bd21e17a4374) by machenbach@chromium.org · 9 years ago
  4. 617ea2b Rollback to Version 3.30.33 (based on 6bee6dcebc3033d4665a8069020302ce5018522d) by machenbach@chromium.org · 9 years ago
  5. deb7aee Version 3.30.36 (based on e55a95d10dcb581a12ddddbab5c224b18c1e1fb2) by v8-autoroll@chromium.org · 9 years ago

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://code.google.com/p/v8/

Getting the Code

V8 Git repository: https://chromium.googlesource.com/v8/v8.git GitHub mirror: https://github.com/v8/v8-git-mirror

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/*