| commit | c6dd3220c3d4d77813ab804c49f789f13eb795ba | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri May 08 11:48:01 2020 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri May 08 11:48:12 2020 | 
| tree | 77ff1e9cda4dbb5c930eca974ebcd633bc0a1de4 | |
| parent | 16ff5f83546988af774df1c0c5a5208558604566 [diff] | 
Version 8.4.317 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I25f805a7458f44b70d118cb4b81c4c7893641579 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2190519 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/8.4.317@{#1} Cr-Branched-From: 16ff5f83546988af774df1c0c5a5208558604566-refs/heads/master@{#67674}
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.