| commit | 05f5a6bd566d905e4afadf7f798720145ca4231a | [log] [tgz] | 
|---|---|---|
| author | v8-autoroll <v8-autoroll@chromium.org> | Wed Nov 19 14:01:46 2014 | 
| committer | v8-autoroll <v8-autoroll@chromium.org> | Wed Nov 19 14:01:58 2014 | 
| tree | d26f92eb4b21716200b7637a5f0856eb6bd5d61d | |
| parent | 7222a7200f382e2f3375f823e108e28202bafc98 [diff] | 
Version 3.31.12 (based on 7dcaa2652ac4642e006880aad6e32abb46e6a5b9)
Classes: Expand test to cover strict runtime behavior (issue 3330).
v8::String::Concat must not throw (Chromium issue 420240).
Fix disabling all break points from within the debug event callback (Chromium issue 432493).
Performance and stability improvements on all platforms.
Cr-Commit-Position: refs/heads/candidates@{#25286}
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/*