commit | 411905587313b2e540ff196fb0f81be75ca7fa83 | [log] [tgz] |
---|---|---|
author | Karsten Tausche <karsten@fairphone.com> | Thu Dec 09 11:55:32 2021 +0100 |
committer | Karsten Tausche <karsten@fairphone.com> | Thu Dec 09 11:55:32 2021 +0100 |
tree | 1d4669c80ae865ae85d4bac39fb8f943eff8e75e | |
parent | d63bab3c9a23a7c58bad8e1aab85250de8583ca4 [diff] | |
parent | 74fa845b5d53e81fb1f8771858884d46e42245b8 [diff] |
Merge tag 'android-security-11.0.0_r49' into int/11/fp3 Android security 11.0.0 release 49 * tag 'android-security-11.0.0_r49': Update v8 cfi blocklist Upgrade V8 to 8.8.278.14 LiteralBuffer::ExpandBuffer always grows [parser] Fix off-by-one in parameter count check Change-Id: I96afc6d71353b56305399e9bade840f959b3bd68
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
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 at v8.dev/docs/contribute.