| commit | 14bdddcbfd78f12a1c21b0f75eb25994fe290939 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Jun 22 14:17:53 2022 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Jun 22 14:18:00 2022 | 
| tree | 7a2fd902f4d0fd7f50574db3ca4fecbb57a59785 | |
| parent | 05cf6166753aaba75313c1e2fde40545d0b70b01 [diff] | 
Version 10.5.63 Change-Id: I7d65ef72d8bd88100d9c1e0e6546f1b3724a392a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3718381 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/10.5.63@{#1} Cr-Branched-From: 05cf6166753aaba75313c1e2fde40545d0b70b01-refs/heads/main@{#81300}
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.