tag | fd29d904d3e34f5e3b595361be1c5f679e6d1efb | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Thu Mar 14 10:53:10 2024 -0700 |
object | 40f6cd1537bf5964ec1355ac713b0303492fc64c |
aml_tz2_305400100
commit | 40f6cd1537bf5964ec1355ac713b0303492fc64c | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Apr 08 16:02:03 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Apr 08 16:02:03 2022 +0000 |
tree | 1d4669c80ae865ae85d4bac39fb8f943eff8e75e | |
parent | 2158b5fc851d661210b6581574dafbcc756a2354 [diff] | |
parent | 816b5a968d6c12be9cdf2a36ab579061f6c47126 [diff] |
Snap for 8426163 from 816b5a968d6c12be9cdf2a36ab579061f6c47126 to mainline-tzdata2-release Change-Id: I06b8002353ebc66c6b28570f80f7bf424c01601b
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.