| commit | 1fb2e6978d9667fcfa02a668d920a1ed6b4e6dd3 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Mar 27 01:05:33 2019 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Wed Mar 27 01:05:44 2019 | 
| tree | 5303e8fcf40080b2ceafbbb1fa3ac62a78ffa97c | |
| parent | dfc0100aff9707702e714409e6d908f24e0474e0 [diff] | 
Version 7.5.120 Performance and stability improvements on all platforms. TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: Ie48fed9c060f93198d32cbb373f40dd4fe5a56ad Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1540379 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/7.5.120@{#1} Cr-Branched-From: dfc0100aff9707702e714409e6d908f24e0474e0-refs/heads/master@{#60478}
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.