commit | 5dbf1f70f4ea251a5f4aaddbd3440b1d6c1d1c7b | [log] [tgz] |
---|---|---|
author | Jakob Kummerow <jkummerow@chromium.org> | Tue Aug 11 12:16:14 2015 |
committer | Jakob Kummerow <jkummerow@chromium.org> | Tue Aug 11 12:16:38 2015 |
tree | 1f99d7afc066a38746ebd6d01d39a25dbf07d205 | |
parent | 09fdd966b5f779ee3ee87610d1c67ea9c40e8c69 [diff] |
Version 4.4.63.31 (cherry-pick) Merged 1e65e201894791c3bf8473728021f0e548a0543b Merged 6ea0d55dfb9306200b86e057ac74528321ca709b Fasterify JSObject::UnregisterPrototypeUser Fasterify ICSlotCache BUG=chromium:517406,chromium:517406,chromium:517778 LOG=N R=hablich@chromium.org Review URL: https://codereview.chromium.org/1281613004 . Cr-Commit-Position: refs/branch-heads/4.4@{#36} Cr-Branched-From: 2e4c5505e85d94b520e853dda3f0cc3f2769e5f0-refs/heads/4.4.63@{#1} Cr-Branched-From: 0208b8e3a1d7ce393308866386ac8d94f85faa05-refs/heads/master@{#28333}
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://code.google.com/p/v8/
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/*