| commit | 0be76c241b2702d09c8dfa75e774b62c553aaa80 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Dec 23 12:58:59 2024 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Dec 23 12:59:08 2024 | 
| tree | 48666983a882addf225f48c0c77450b9fa3713af | |
| parent | 4de5b807c038cf28066848f9af3ca5f008896ba9 [diff] | 
Version 13.3.399 Change-Id: I217cd2e5c3462d8e8d88c0b4df9a38781bdf8b73 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6108615 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.3.399@{#1} Cr-Branched-From: 4de5b807c038cf28066848f9af3ca5f008896ba9-refs/heads/main@{#97910}
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.