| commit | 3352a0f25f7526414f442b96dd62446e569ea565 | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Oct 02 18:17:35 2019 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Oct 02 18:17:52 2019 | 
| tree | c9813e9781d04fc44bd76466b4d7b408c954fe64 | |
| parent | c5a5ffb354e031bd5bd8bd7b6f2d159d1f983650 [diff] | 
Version 7.8.279.13 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: Iafdd4c021f83d3b5453ff2aaf527aeb161bd4f54 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1836113 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7.8@{#26} Cr-Branched-From: 73694fd32996da7f914e05ebc84aa9fbe2cd6b52-refs/heads/7.8.279@{#1} Cr-Branched-From: 2314928b3a63671e7f50ab2706766ca1f9f9c9b9-refs/heads/master@{#63555}
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.