| commit | 83f2365245cdc94a36a043e2ba1c443cfd00469f | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-autoroll@chromium.org> | Thu May 24 09:42:21 2018 | 
| committer | v8 autoroll <v8-autoroll@chromium.org> | Thu May 24 09:42:30 2018 | 
| tree | e2371e4740a6888cbcfb2f73f6dafdbb2ff3efdd | |
| parent | c9475846e7e9b3a747156f1e700f9f02a8fd9a10 [diff] | 
Version 6.8.275.1 TBR=machenbach@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng Change-Id: I55bbb9f6346fa6ddae25d3f734b29c99d64a6aae Reviewed-on: https://chromium-review.googlesource.com/1070664 Reviewed-by: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/branch-heads/6.8@{#2} Cr-Branched-From: 44d7d7d6b1041b57644400a00cb3fee35f6c51b2-refs/heads/6.8.275@{#1} Cr-Branched-From: 5754f66f75136dc17b4c63fec84f31dfdb89186e-refs/heads/master@{#53286}
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.