commit | a3248b6aaf34a753eb0ced50eb8057d544be836a | [log] [tgz] |
---|---|---|
author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Jul 18 08:41:46 2025 |
committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Jul 18 08:41:58 2025 |
tree | 8791784e4c39073bbe7003498fc65bbcf2d6ed97 | |
parent | 6cbcff99562c767c2edd2b4189e65fa7a004437d [diff] |
Version 13.8.258.27 Version incremented at https://cr-buildbucket.appspot.com/build/8709020322121554257 Change-Id: Iee8f1cbbf2e2d46a0cc4d41da959f6c9ddfc8b51 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6768581 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/13.8@{#54} Cr-Branched-From: 61ddd471ece346840bbebbb308dceb4b4ce31b28-refs/heads/13.8.258@{#1} Cr-Branched-From: fdb5de2c741658e94944f2ec1218530e98601c23-refs/heads/main@{#100480}
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.