| commit | 88a27231546297d2da90593c741307f152c96dac | [log] [tgz] | 
|---|---|---|
| author | chrome-bot <chrome-bot@chromium.org> | Wed May 20 16:10:29 2015 | 
| committer | chrome-bot <chrome-bot@chromium.org> | Wed May 20 16:10:11 2015 | 
| tree | b0e3963172a0a5f89f2d3d661ffa36fe139cf2e4 | |
| parent | 31fb50247497b5d681792e7707b8a739aee6c736 [diff] | 
Version 4.5.7
Implement %TypedArray%.{lastI,i}ndexOf (issue 3578).
Implement %TypedArray%.prototype.sort (issue 3578).
Implement %TypedArray%.reverse (issue 3578).
Implement %TypedArray%.prototype.{map,filter,some,reduce,reduceRight} (issue 3578).
Fix has_pending_exception logic in API's Array::CloneElementAt (issue 4103).
Adding api to get last gc object statistics for chrome://tracing (Chromium issue 476013).
Fix harmless HGraph verification failure after hoisting inlined bounds checks (Chromium issue 487608).
Performance and stability improvements on all platforms.
Cr-Commit-Position: refs/heads/4.5.7@{#1}
Cr-Branched-From: 31fb50247497b5d681792e7707b8a739aee6c736-refs/heads/master@{#28495}
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/*