| commit | aab5613766608318846fd9a8869ca06039348c9c | [log] [tgz] | 
|---|---|---|
| author | Michael Hablich <hablich@chromium.org> | Mon Sep 26 18:10:24 2016 | 
| committer | Michael Hablich <hablich@chromium.org> | Mon Sep 26 18:10:46 2016 | 
| tree | 894cdcd8ed85b314e6eb3377cc5c62c1772f67d8 | |
| parent | 0cc9262edb3d74a8f9f07c618f7dbbb53260b23c [diff] | 
Version 5.5.289.1 (cherry-pick) Merged 10a801f12bb9d482b5dcd4c5856ba7920cc8c72a Revert of [stubs] Port SubStringStub to TurboFan (patchset #8 id:140001 of https://codereview.chromium.org/2355793003/ ) TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/2375493002 . Cr-Commit-Position: refs/heads/5.5.289@{#2} Cr-Branched-From: 7617705d073a86feb241f946b967d5c794830255-refs/heads/master@{#39733}
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.