commit | a89fe7e9687d8b25c8ab3e4cbb88e3aa374ca745 | [log] [tgz] |
---|---|---|
author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Oct 25 10:16:19 2021 |
committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Oct 25 10:16:33 2021 |
tree | c5b437edbbe9ee3f10312fca06c5710aab246ed1 | |
parent | a30807d002d19830c52dbe3276e0facc5e9f6d20 [diff] |
Version 9.5.172.23 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I330a52cfaffa868a736fddd3ff75aa1b67ee05c4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3241362 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/9.5@{#45} Cr-Branched-From: 4a03d61accede9dd0e3e6dc0456ff5a0e3f792b4-refs/heads/9.5.172@{#1} Cr-Branched-From: 9a607043cb3161f8ceae1583807bece595388108-refs/heads/main@{#76741}
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.