| commit | b2ea4d05947ae3eaa20c1fa9c53f8565cbc1d3b9 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Sep 02 13:09:06 2019 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Sep 02 13:09:15 2019 | 
| tree | a81b89417b6726943d96f13cfadbedb48f5be959 | |
| parent | 00cd9cfd9d0aef8475c59aeb627afd9018e6ec62 [diff] | 
Version 7.8.251 Performance and stability improvements on all platforms. TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I88ece4ae838853f41ce216d5dba9c1926f0db24c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1781195 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/7.8.251@{#1} Cr-Branched-From: 00cd9cfd9d0aef8475c59aeb627afd9018e6ec62-refs/heads/master@{#63500}
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.