| commit | 20aa521f10950ef2db0f60fc487e68d9fa14d703 | [log] [tgz] |
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Oct 27 15:58:19 2020 |
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Oct 27 15:58:28 2020 |
| tree | 71b7bfce0a63392d10eb1888a09eca6eaf087b20 | |
| parent | f88fd7c50d556e680d699d2683049c76c25fcdae [diff] |
Version 8.8.190 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: Ie8295cc4617a2ebf65217c2f91c731284f8327b4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2502551 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/8.8.190@{#1} Cr-Branched-From: f88fd7c50d556e680d699d2683049c76c25fcdae-refs/heads/master@{#70800}
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.