commit | ca81e114973cc2115c29a6051cbb028189a7bba9 | [log] [tgz] |
---|---|---|
author | Alexei Filippov <alph@chromium.org> | Thu Oct 05 19:11:19 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 05 19:52:08 2017 |
tree | 156d547c639389589d8ee707e18a88bc7af3c99e | |
parent | 0717ff34574b7294c2caa9a7821d5e45d983dff4 [diff] |
[runtime-call-stats] Add extra logging to catch remaining crashes. BUG=chromium:760649 Change-Id: I13f3ad28ce3870ef57aa53eef684727656dcdff2 Reviewed-on: https://chromium-review.googlesource.com/701264 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/master@{#48321}
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.