commit | 0c09c4eb9709d19b7b23b26f9589a6ed5180da0c | [log] [tgz] |
---|---|---|
author | Adam Klein <adamk@chromium.org> | Fri Jul 01 18:44:41 2016 |
committer | Adam Klein <adamk@chromium.org> | Fri Jul 01 18:48:21 2016 |
tree | 22e1d36e6a11677a2ea81fec1ed906b2deea0399 | |
parent | b4b9377b674f84d21c12e1d6986c5b1ecffb7b3f [diff] |
Version 5.2.361.33 (cherry-pick) Merged f795a790100832ff8eb7aba29676efe6beff8ea8 Rewrite scopes in computed properties in destructured parameters BUG=chromium:620119 LOG=N R=littledan@chromium.org Review URL: https://codereview.chromium.org/2111363004 . Cr-Commit-Position: refs/branch-heads/5.2@{#39} Cr-Branched-From: 2cd36d6d0439ddfbe84cd90e112dced85084ec95-refs/heads/5.2.361@{#1} Cr-Branched-From: 3fef34e02388e07d46067c516320f1ff12304c8e-refs/heads/master@{#36332}
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.