| commit | 5c612e7e576bb1fe67cd2a533bb7987c52a7d088 | [log] [tgz] | 
|---|---|---|
| author | Jochen Eisinger <jochen@chromium.org> | Thu Jan 28 08:36:26 2016 | 
| committer | Jochen Eisinger <jochen@chromium.org> | Thu Jan 28 08:37:19 2016 | 
| tree | 5bd02ef76f0054c90fe015c8cb52f59ecc6ce78a | |
| parent | 5e69f90f5de3f5a3f92f3b1e02c33aafe3bda36c [diff] | 
Version 4.9.385.12 (cherry-pick) Merged 85f32f1fc8b59a1b91404b0515a935df1f86b7f9 Don't NULL-check GlobalHandle::Node::object_ BUG=chromium:580651,v8:3647 LOG=N TBR=hablich@chromium.org Review URL: https://codereview.chromium.org/1643713004 . Cr-Commit-Position: refs/branch-heads/4.9@{#14} 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.