commit | 5403a80c4d8d7436eea9190498c29fa29d2c86e5 | [log] [tgz] |
---|---|---|
author | Karsten Tausche <karsten@fairphone.com> | Fri Apr 12 23:11:21 2019 +0200 |
committer | Karsten Tausche <karsten@fairphone.com> | Fri Apr 12 23:11:23 2019 +0200 |
tree | bc23feb2fc51195414d53798b43605efe8857448 | |
parent | f1099bf760d4c517ee7a78718671a651f506b8f5 [diff] | |
parent | 7039731c6c4dd76b5a7a4326dd6c6475061df187 [diff] |
Merge the 2019-04-01 SPL branch from AOSP-Partner * security-aosp-nyc-mr2-release: [RESTRICT AUTOMERGE] Fix Integer Overflow in libpac [RESTRICT AUTOMERGE] Fix type confusion in libpac [RESTRICT AUTOMERGE] Fix OOB Access in libpac Fix OOB read in libpac ast-numbering.cc Fix type confusion in libpac Change-Id: I1b9e4d5c9238d90d5a226295d76b822990ae709d
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.