commit | 5a669a8895096b9455b5597221d59d74732b19d8 | [log] [tgz] |
---|---|---|
author | balazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com> | Wed Nov 12 16:56:57 2014 |
committer | balazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com> | Wed Nov 12 16:56:57 2014 |
tree | 5e9ad8acf88a815636f03094773222f28cc8e5bc | |
parent | 6ab5b67abd1f3e7c3fe6f4c6a64c09c7cc3b93d4 [diff] |
MIPS: Leaving a generator via an exception causes it to close. Port 757f400246dc45f889cdc0848094c417e44b8854 Port r25297 BUG=v8:3096 LOG=Y R=paul.lind@imgtec.com Review URL: https://codereview.chromium.org/716183004 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25304 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/*