commit | a945c6f4259b669043b83fb9b7b6538168084387 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Oct 07 17:21:45 2021 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Oct 07 17:21:45 2021 +0000 |
tree | b19ea3df19e9d94e668f6c5a8df9277a567a1db1 | |
parent | 84ca24d75aae053029b1ff09a6212d3dc513d93b [diff] | |
parent | 655032cb7ca217b7395649185d202c37f7681f39 [diff] |
Snap for 7802995 from 655032cb7ca217b7395649185d202c37f7681f39 to qt-aml-tzdata-release Change-Id: Id4930c92f8818b8a97cf5feee273a13565078a0c
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.