| commit | a0c47495902539000e3b8496b5b8f83702bfb15d | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-autoroll@chromium.org> | Mon Mar 05 16:17:41 2018 | 
| committer | v8 autoroll <v8-autoroll@chromium.org> | Mon Mar 05 16:17:51 2018 | 
| tree | 7c81ea384a451dc2442b61b6ddc5608c912481df | |
| parent | f3996358266dabceb38f0f2aeb4f996ea7252349 [diff] | 
Version 6.6.346.4 TBR=machenbach@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng Change-Id: Ic8a78f759f13409d3c34e85dbaa4b3a3347f3c42 Reviewed-on: https://chromium-review.googlesource.com/948724 Reviewed-by: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/branch-heads/6.6@{#8} 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.