commit | fc08b999dfa1bfa1633f3bf1cc8c3f1dfc50ecb6 | [log] [tgz] |
---|---|---|
author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Jan 23 15:22:24 2023 |
committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Jan 23 15:22:38 2023 |
tree | aadcf7724c993fafa8e12ad54d4f25cb0dcebdef | |
parent | 0438569d8a8daa14394426015e7c743bfbac56a3 [diff] |
Version 10.2.154.26 Change-Id: Idb65e8cd1f1dc5f1319f5a34cdba65d8046ab320 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4188344 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/10.2@{#50} Cr-Branched-From: 374091f382e88095694c1283cbdc2acddc1b1417-refs/heads/10.2.154@{#1} Cr-Branched-From: f0c353f6315eeb2212ba52478983a3b3af07b5b1-refs/heads/main@{#79976}
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.