| commit | 77fbb59f326019340db3592edacfeaa8024f4e69 | [log] [tgz] |
|---|---|---|
| author | Sergiy Byelozyorov <sergiyb@chromium.org> | Thu May 31 19:20:34 2018 |
| committer | Sergiy Byelozyorov <sergiyb@chromium.org> | Thu May 31 19:21:24 2018 |
| tree | c9104fd308a84f99eff373394e691c4acd2c0f46 | |
| parent | 006018e4ebf3ae7c23ba7c284592f21ac01d858a [diff] |
Version 6.9.51.1 (cherry-pick) Merged bbfe7f32c56767d4f3983ee03121882be18a582b Revert "[inspector] RemoteObject.description should be empty for primitive type" TBR=machenbach@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I433cdc8d110042989b19e5a53c6a2bec81d39c9c Reviewed-on: https://chromium-review.googlesource.com/1080796 Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> Cr-Commit-Position: refs/heads/6.9.51@{#2} Cr-Branched-From: 6636f7ccd49adf42c4a2acc9824cc6f9b8b85555-refs/heads/master@{#53458}
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.