commit | 85616782bbd83664b06fae6145ace78530c1807a | [log] [tgz] |
---|---|---|
author | Manos Koukoutos <manoskouk@chromium.org> | Wed Jan 10 07:18:17 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 11 08:50:11 2024 |
tree | 3bae26ab9956fdc3e6b6fa27026eb2df31f77225 | |
parent | 0322f56398350b51bfcdf05d029cfe5e9e3093a3 [diff] |
[wasm-gc][liftoff] Trapping null check for array.fill This is a follow-up to crrev.com/c/v8/v8/+/5173423. Bug: v8:14034 Change-Id: Ib43ccf715e0ee9f6b06e0dc0e693ab7b7df5dbb8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5184214 Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Manos Koukoutos <manoskouk@chromium.org> Cr-Commit-Position: refs/heads/main@{#91774}
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.