| commit | 03121e4cbac8ca697a6286709ed3b442dc1c7117 | [log] [tgz] |
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Feb 02 11:22:27 2024 |
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Feb 02 11:22:36 2024 |
| tree | e07d60d873ad1726e4013a927cf537f6cfc1f2a2 | |
| parent | 360a56392e863109838e6f7159772e32956489b2 [diff] |
Version 12.3.102 Change-Id: I880d25cf6bec6dc111cf1eb78a9d0f35a5198c7a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5259507 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/12.3.102@{#1} Cr-Branched-From: 360a56392e863109838e6f7159772e32956489b2-refs/heads/main@{#92161}
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.