| commit | 9b1ff806cef9b1390bef2940f8511914a6942350 | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Oct 22 08:55:55 2024 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Tue Oct 22 08:56:06 2024 | 
| tree | f3f338a3b7609ab538cf7816fccbe99b7b685fc8 | |
| parent | 39db300edd87572ffb7885ed6bda3954638147d2 [diff] | 
Version 13.1.201.4 Version incremented at https://cr-buildbucket.appspot.com/build/8733389978840558817 Change-Id: Iec8bc3ee9e201e6a0f48cd201a6197355ab14dd2 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5952944 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/13.1@{#7} Cr-Branched-From: 7998da66cb2883ef9734743857713b1194212d9a-refs/heads/13.1.201@{#1} Cr-Branched-From: 5e9af2a913539cf67091def99b62f49afece6f56-refs/heads/main@{#96554}
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.