commit | 624150a3696da61e1014ffa2e3350436b768199e | [log] [tgz] |
---|---|---|
author | arv <arv@chromium.org> | Wed Nov 19 20:31:01 2014 |
committer | Commit bot <commit-bot@chromium.org> | Wed Nov 19 20:31:01 2014 |
tree | b67fcb6596a757a9b1462f74b0f691309d45d108 | |
parent | a2422af2fc594e7778deced16aebd131c6191747 [diff] |
Reduce ErrorsFutureStrictReservedWords test to make it faster Since checking all possible combinations is taking so long this reduces the test to test the odd cases (let, yield and static) as well as a single ordinary case. BUG=v8:3707 LOG=n Review URL: https://codereview.chromium.org/724713004
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/
V8 Git repository: https://chromium.googlesource.com/v8/v8.git GitHub mirror: https://github.com/v8/v8-git-mirror
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/*