| commit | 3446ead23c2b473b3ea098d79192d68412b5a10b | [log] [tgz] |
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Apr 28 19:47:57 2021 |
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Apr 28 19:48:07 2021 |
| tree | ef3ff5fb7c0b0c411aee0f882d714f6e51ec371a | |
| parent | 7dcc70b8c95a1bb363a2501a27abbf0a6dc22d04 [diff] |
Version 9.2.113 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: Ia99a39102da0d3faeaed012c653b5d64a6fcfe6c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2857167 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/9.2.113@{#1} Cr-Branched-From: 7dcc70b8c95a1bb363a2501a27abbf0a6dc22d04-refs/heads/master@{#74259}
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.