commit | 0da7ca8781c6c7ec852bef845b72ca7f212cdc23 | [log] [tgz] |
---|---|---|
author | Mike West <mkwst@chromium.org> | Mon Dec 02 13:45:57 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Dec 02 15:16:46 2019 |
tree | 5e827288bfad37083c35dce20425d2faf76f17f2 | |
parent | a38b010c5a937040a99396f380f9346e483b8f75 [diff] |
Add a UseCounter for SharedArrayBuffer creation. Blink CL: https://chromium-review.googlesource.com/c/chromium/src/+/1944474 Bug: chromium:1029700 Change-Id: I91936942b21d133e06f2583a4e3c70951e5e86f4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1946348 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#65290}
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://v8.dev/docs
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 at v8.dev/docs/contribute.