| commit | b33cc9edc4b8eecb347de0d41ba3f8679e88f472 | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-autoroll@chromium.org> | Sun Jul 23 07:57:18 2017 | 
| committer | v8 autoroll <v8-autoroll@chromium.org> | Sun Jul 23 07:57:35 2017 | 
| tree | b30b7dee15def934dba2d2ac89f36a435baa3440 | |
| parent | 367a4763dbd73b6d9527ba5a7858f43bd49df1dd [diff] | 
Version 6.1.534.3 TBR=machenbach@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng Change-Id: I3d1024b770d6cc1292490c086428a53822ce6dce Reviewed-on: https://chromium-review.googlesource.com/582570 Reviewed-by: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/branch-heads/6.1@{#7} Cr-Branched-From: 1bf2e10ddb194d4c2871a87a4732613419de892d-refs/heads/6.1.534@{#1} Cr-Branched-From: e825c4318eb2065ffdf9044aa6a5278635c36427-refs/heads/master@{#46746}
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://github.com/v8/v8/wiki
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 on the V8 wiki.