commit | c227dd5734efa41e4973c834c910bb684a9e1998 | [log] [tgz] |
---|---|---|
author | littledan <littledan@chromium.org> | Tue Oct 20 09:57:01 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 20 09:57:08 2015 |
tree | e1e6b1a1f69cccf5fa15964c906fb87ae864fcdf | |
parent | cf72aad39e51de9b7074ea039377c1812f4a2c6b [diff] |
Refactor array construction for map, filter This patch refactors array methods to have the InnerArray{Map,Filter} methods convert to a GlobalArray rather than the callers. BUG=chromium:544991 R=yangguo,adamk CC=mstarzinger,jochen LOG=Y Review URL: https://codereview.chromium.org/1408213004 Cr-Commit-Position: refs/heads/master@{#31403}
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/*
Please follow the instructions mentioned on the V8 wiki.