Jump to letter: [
          
            ABCDFGHIJKLMNOPQRSTUVWXZ
          ]
        
	
        v8 - JavaScript Engine
        
        
        - Description:
- V8 is Google's open source JavaScript engine. V8 is written in C++ and is used
in Google Chrome, the open source browser from Google. V8 implements ECMAScript
as specified in ECMA-262, 3rd edition. 
Packages:
        
	Changelog:
        
	
            | by Tom Callaway (2012-12-04): - update to 3.13.7.5 (needed for chromium 23)
- Resolves multiple security issues (CVE-2012-5120, CVE-2012-5128)
- d8 is now using a static libv8, resolves bz 881973) |