commit | 4e0c0571d0feca645a928577026ffe70732e5590 | [log] [tgz] |
---|---|---|
author | adamk <adamk@chromium.org> | Thu Aug 13 15:24:30 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 13 15:24:42 2015 |
tree | d1763067c70adaeae0366705df91164c66b67bc8 | |
parent | 567e2c63a1d166a3b7e82527a0bd45ab037c34d5 [diff] |
Remove old webkit Object-getOwnPropertyNames test This test enumerates properties on all the builtins and makes sure that they never change. In practice, this just generates busywork when trying to add new language features; I've never seen it catch an accidentally-exposed bit of API. Review URL: https://codereview.chromium.org/1275423006 Cr-Commit-Position: refs/heads/master@{#30160}
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/*