commit | 861c53294caaa8bb50a55127672d258aef315d39 | [log] [tgz] |
---|---|---|
author | Erik Arvidsson <arv@chromium.org> | Wed Jan 21 22:19:58 2015 |
committer | Erik Arvidsson <arv@chromium.org> | Wed Jan 21 22:20:16 2015 |
tree | f501bb9d6b8fa1b23363e38d90b178e35f713934 | |
parent | 41a193b441e311e6a2b0e7751e523ec886ed17d5 [diff] |
Version 4.1.0.11 (cherry-pick) Merged 02218adb6b310e1631f54dcc9d8643e4981e8a3c Report SyntaxError on Token::ILLEGAL in ParseTemplateLiteral BUG=v8:3820,v8:3821 LOG=N R=dslomov@chromium.org Review URL: https://codereview.chromium.org/861173005 Cr-Commit-Position: refs/branch-heads/4.1@{#12} Cr-Branched-From: 2e08d2a7aa9d65d269d8c57aba82eb38a8cb0a18-refs/heads/candidates@{#25353}
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/*