| commit | 93c6f1082c25ef7fdf60ee2e4a029d65808d9343 | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Feb 24 08:23:27 2025 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Feb 24 08:23:40 2025 | 
| tree | ffc266461ffa0efbb63ddefe1cd9155401c7706e | |
| parent | 47d46ecc2a5efb263a9ade1b8e5bbbbace5fa818 [diff] | 
Version 13.3.415.23 Version incremented at https://cr-buildbucket.appspot.com/build/8722067433502054161 Change-Id: I5290e8f873fca099f84de4df29ccd9b514a2e23a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6297563 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/13.3@{#45} Cr-Branched-From: 41dacffe436aeb9311879cb07648f1e36609a804-refs/heads/13.3.415@{#1} Cr-Branched-From: 3348638c0af67c885b30891a358c89a917ac9759-refs/heads/main@{#97937}
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.