| commit | a0a1f27f5f42afded0089e77ce22efbbbc208cb5 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Nov 11 20:17:29 2024 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Nov 11 20:17:40 2024 | 
| tree | 315afe2b723cb3d839ab9ccc743331c5788d1280 | |
| parent | bb6560830541d9d937e0ae2e2164d8708362fcae [diff] | 
Version 13.3.3 Change-Id: I00afc8143c0fd94e075aa25743472894c082e576 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6012204 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/13.3.3@{#1} Cr-Branched-From: bb6560830541d9d937e0ae2e2164d8708362fcae-refs/heads/main@{#97106}
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.