commit | d2572722747a2099b510515e47bbf1ea5fc48a99 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Jun 10 00:37:46 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Jun 10 00:37:46 2020 +0000 |
tree | 46d75021e9cb0c5e1b54b886d1045a6cb94c95a2 | |
parent | 7860df221cfc209395a3e90a9b480ce641ad3d6d [diff] | |
parent | cb30bc6720cb3864d1a9f9c55b7d53ab2d9a5f7a [diff] |
Merge cherrypicks of [11816540, 11816001, 11816620, 11816559, 11816541, 11816621, 11815640, 11816506, 11816507, 11816508, 11816586, 11816587, 11816588, 11816589, 11816520, 11816173, 11816590, 11816591, 11816395, 11816003, 11816698, 11815507] into qt-qpr3-release Change-Id: I8222762c4782d80a2f768c36e32c98f3081bbffc
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://github.com/v8/v8/wiki
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/*
Please follow the instructions mentioned on the V8 wiki.