| commit | 937b5e9fe4c6d49bec9189f6f0d84fbde2240ad4 | [log] [tgz] |
|---|---|---|
| author | Michael Achenbach <machenbach@chromium.org> | Tue Apr 18 10:22:08 2017 |
| committer | Michael Achenbach <machenbach@chromium.org> | Tue Apr 18 10:22:31 2017 |
| tree | b3534697a9ea7b5cc8e59b920f39e0e7546c5993 | |
| parent | 1ccafd8ed062c24e23b006251f33d1d8d7b06370 [diff] |
Version 6.0.11.1 (cherry-pick) Merged 6fac39b33378511b0ba18c86cf08118e62861957 Revert of [inspector] avoid cloning of async call chains (patchset #7 id:120001 of https://codereview.chromium.org/2816043006/ ) TBR=hablich@chromium.org BUG=v8:6189 LOG=N Change-Id: I5c16197524c3d92687a7c609c29a96dcdf06a177 Reviewed-on: https://chromium-review.googlesource.com/480238 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/6.0.11@{#2} Cr-Branched-From: 219991278f7b49d24097de32666867b576ac3e2c-refs/heads/master@{#44672}
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.