| commit | 5fc0bd541bc9157a8e72c985c53447a4ce96687d | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon May 17 09:18:17 2021 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon May 17 09:18:27 2021 | 
| tree | 86f5e4f813ef6068bf51e194825c717eecc7a22b | |
| parent | 0518000439151873f302a80ba14bd5b74a85e374 [diff] | 
Version 9.2.225 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I85a895a40bb64e16a53b1f05fdc8c78819385eae Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2899844 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/9.2.225@{#1} Cr-Branched-From: 0518000439151873f302a80ba14bd5b74a85e374-refs/heads/master@{#74583}
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.