| commit | 956cf2893ec79c239a96aa0931c2601209c526a9 | [log] [tgz] | 
|---|---|---|
| author | Michael Hablich <hablich@chromium.org> | Wed Nov 04 19:11:13 2015 | 
| committer | Michael Hablich <hablich@chromium.org> | Wed Nov 04 19:11:56 2015 | 
| tree | 3b7b0850deada5de5bcee84a719a11f8ddb7505c | |
| parent | 71dea59b1bfa85c6277ac0e083f061aab233e9a4 [diff] | 
Version 4.8.224.1 (cherry-pick) Merged 626fd5f0b9269011124d0bc1b14348502c029872 Merged a77aa3a2b4ad7bc89514421324899bc603b0d68c Revert of Use in-object fields instead of private symbols for regexp slots. (patchset #4 id:60001 of https://codereview.chromium.org/1428203003/ ) Revert of Implement flag and source getters on RegExp.prototype. (patchset #6 id:110001 of https://codereview.chromium.org/1419823010/ ) BUG=v8:3715,v8:4528 LOG=N R=machenbach@chromium.org Review URL: https://codereview.chromium.org/1423033008 . Cr-Commit-Position: refs/heads/4.8.224@{#2} Cr-Branched-From: f687c4f4e69afd456ddcf654daf62ae00bb18641-refs/heads/master@{#31798}
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/*
Please follow the instructions mentioned on the V8 wiki.