commit | 568979f4d891bafec875fab20f608ff9392f4f29 | [log] [tgz] |
---|---|---|
author | Toon Verwaest <verwaest@chromium.org> | Wed Sep 26 10:38:28 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Sep 26 11:17:31 2018 |
tree | 287eaea070474a3ed3d71e2b54bdb562dc0b6104 | |
parent | e5648b2ac9b6fe296d505d8ee9f931dc45e1dc68 [diff] |
[parser] Fix memory accounting of explicitly cleared zones Bug: chromium:889086 Change-Id: Ie5a6a9e27260545469ea62d35b9571c0524f0f92 Reviewed-on: https://chromium-review.googlesource.com/1245427 Reviewed-by: Marja Hölttä <marja@chromium.org> Commit-Queue: Toon Verwaest <verwaest@chromium.org> Cr-Commit-Position: refs/heads/master@{#56235}
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://github.com/v8/v8/wiki
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/*
Please follow the instructions mentioned on the V8 wiki.