| commit | 22ff9d99ddfb24295d6d3aa86355b6aabc4f5ac1 | [log] [tgz] | 
|---|---|---|
| author | Adam Klein <adamk@chromium.org> | Tue Feb 23 20:11:11 2016 | 
| committer | Adam Klein <adamk@chromium.org> | Tue Feb 23 20:13:54 2016 | 
| tree | 3b688c60128d41482a3d755cc83bfcc8af8907c5 | |
| parent | 6ba0a05cb29255a80ac6713ecb4106ed52dd9c23 [diff] | 
Version 4.9.385.26 (cherry-pick) Merged cdec6d2bc51a1c60f1405b7c797c050175b5202b Return undefined from RegExp.prototype.compile BUG=chromium:585775 LOG=N TBR=littledan@chromium.org Review URL: https://codereview.chromium.org/1729623002 . Cr-Commit-Position: refs/branch-heads/4.9@{#32} Cr-Branched-From: 2fea296569597e5064f81fd8fce58f1848de261a-refs/heads/4.9.385@{#1} Cr-Branched-From: 0c1430ac2b65847559d6a09f883ee7e5a91063c9-refs/heads/master@{#33306}
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.