| commit | e808bcc64af7816099de1639c3a13a9283908f2a | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-autoroll@chromium.org> | Wed Mar 21 10:49:40 2018 | 
| committer | v8 autoroll <v8-autoroll@chromium.org> | Wed Mar 21 10:49:52 2018 | 
| tree | 4ee687788b06928a16de1cb96bce4b20c0b96b1a | |
| parent | 9cd35f6dff071733ca658724ce9977100e2bc333 [diff] | 
Version 6.6.346.13 TBR=machenbach@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng Change-Id: I72f4398b12e370d940f8a3f3d2f98378fa956e3b Reviewed-on: https://chromium-review.googlesource.com/973041 Reviewed-by: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/branch-heads/6.6@{#26} Cr-Branched-From: d500271571b92cb18dcd7b15885b51e8f437d640-refs/heads/6.6.346@{#1} Cr-Branched-From: 265ef0b635f8761df7c89eb4e8ec9c1a6ebee184-refs/heads/master@{#51624}
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.