commit | 386675c40e28dcfaacaeef342d3ac3bd9ce4129f | [log] [tgz] |
---|---|---|
author | Omer Katz <omerkatz@chromium.org> | Mon Jan 13 23:39:47 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 14 11:43:54 2025 |
tree | 568fcd7d241b38d9917a97d3a1aac18f0db5ba3c | |
parent | 5aec30153b70348e1263c8f231f351d2bfbf42d3 [diff] |
[heap][flags] Add checks for invalid flag values Add a way to declare constraints on flag values, that will be enforced during flag implication application. Bug: 369224661 Change-Id: Ia4812105360bae625bd5b012807ee1426b45480f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6172039 Commit-Queue: Omer Katz <omerkatz@chromium.org> Reviewed-by: Nikolaos Papaspyrou <nikolaos@chromium.org> Cr-Commit-Position: refs/heads/main@{#98092}
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.