commit | 617ea2bc0436b07f94129da259c3d06d21c5f98f | [log] [tgz] |
---|---|---|
author | machenbach@chromium.org <machenbach@chromium.org> | Thu Nov 06 13:23:40 2014 |
committer | machenbach@chromium.org <machenbach@chromium.org> | Thu Nov 06 13:23:40 2014 |
tree | fd475d965b1a56c29c54a9d593f76a48170fdfac | |
parent | deb7aee0527f3dce0de7c4ea3c8a5593d582b5f3 [diff] |
Rollback to Version 3.30.33 (based on 6bee6dcebc3033d4665a8069020302ce5018522d) git-svn-id: https://v8.googlecode.com/svn/trunk@25196 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
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/*