commit | 64cdb3f8534c5a090134fc59962f92b2a886f4c7 | [log] [tgz] |
---|---|---|
author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Sep 01 09:46:15 2022 |
committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Sep 01 09:46:21 2022 |
tree | ec901055ada2554147be216fd3349092cb6d1af8 | |
parent | 7086e988e7e1a5ad96802db1bffbab898a64f816 [diff] |
Version 10.7.85 Change-Id: Idd89d93b1b7263f471043a3a969d6552951eb69a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3868830 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/10.7.85@{#1} Cr-Branched-From: 7086e988e7e1a5ad96802db1bffbab898a64f816-refs/heads/main@{#82886}
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.