commit | 84ea0dc1cf26f6096f625cc534fe65bde9309d90 | [log] [tgz] |
---|---|---|
author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Dec 10 18:26:01 2024 |
committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Dec 10 18:26:12 2024 |
tree | d249d501e22d54d5dfde288e7896d91e7e560337 | |
parent | 92ed656a375cc0fa3346f00f7e0d9faf0df04db2 [diff] |
Version 13.2.152.18 Version incremented at https://cr-buildbucket.appspot.com/build/8728914862685230017 Change-Id: I8f8478a7613f6a43075a0d229799997f5dc4ad53 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6085122 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/13.2@{#35} Cr-Branched-From: 24068c59cedad9ee976ddc05431f5f497b1ebd71-refs/heads/13.2.152@{#1} Cr-Branched-From: 6054ba94db0969220be4f94dc1677fc4696bdc4f-refs/heads/main@{#97085}
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.