commit | c22e4278ec262a3f3279dc585a59a56a056c0ac7 | [log] [tgz] |
---|---|---|
author | mstarzinger <mstarzinger@chromium.org> | Wed Oct 05 13:05:55 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 05 13:06:09 2016 |
tree | 39843ff164776ebba97ce019a806ae30bb13ec21 | |
parent | 22a62df3449758c833769ebe2fbeb1bf51387d52 [diff] |
[interpreter] Module tests in all Ignition variants. This makes sure we run the module tests against all variants using Ignition as the first compilation tier. It will henceforth extend the test coverage to the BytecodeGraphBuilder as well. R=neis@chromium.org Review-Url: https://codereview.chromium.org/2397733002 Cr-Commit-Position: refs/heads/master@{#39992}
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.