| commit | 1ebfa81ad26bb7c42959044fd144a8f879967a7f | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon May 10 11:53:40 2021 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon May 10 11:53:50 2021 | 
| tree | 830d627948c619d7c096d650a1ea49b0aae6a6df | |
| parent | 6a34bd2b32dba0071e1d1f9b8d1aa6844fddd2df [diff] | 
Version 9.2.180 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I073b9be568ee1cc9cc1292203eda5d9c5995aa39 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2883084 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/9.2.180@{#1} Cr-Branched-From: 6a34bd2b32dba0071e1d1f9b8d1aa6844fddd2df-refs/heads/master@{#74462}
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.