commit | 6e1e26aaeffbc3b396c54fc4f3d2605b9d4cab67 | [log] [tgz] |
---|---|---|
author | Rubin Xu <[email protected]> | Wed Feb 10 00:04:48 2021 +0000 |
committer | Rubin Xu <[email protected]> | Wed Feb 17 14:20:35 2021 +0000 |
tree | b19ea3df19e9d94e668f6c5a8df9277a567a1db1 | |
parent | df062d0aeabc547eef3c82d990251d58254b1d0c [diff] |
Upgrade V8 to 8.8.278.14 Bug: 162604069 Bug: 167389063 Test: gts-tradefed run gts-dev --module GtsGmscoreHostTestCases --test com.google.android.gts.devicepolicy.DeviceOwnerTest#testProxyPacProxyTest Test: m -j proxy_resolver_v8_unittest && adb sync && adb shell \ /data/nativetest/proxy_resolver_v8_unittest/proxy_resolver_v8_unittest Change-Id: Ifb09923b9d7f6d8990fb062d7dc0294edf2c098e
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.