commit | 1d64938012ddf4c409f77b21b563614073fc8a3c | [log] [tgz] |
---|---|---|
author | Igor Sheludko <ishell@chromium.org> | Wed Nov 20 17:58:15 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 20 18:32:13 2024 |
tree | 22313cfe4bc2d583081f52048aabde0736c99399 | |
parent | 30de523df10a91f8ee30fee702bf20b462ffe094 [diff] |
[ast-printer] Avoid UB when getting a FunctionLiteral debug name Fixed: 369739212 Change-Id: I16c33d48f8095b8d490fa2a4ee82f7266dda54f4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6038341 Commit-Queue: Igor Sheludko <ishell@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Auto-Submit: Igor Sheludko <ishell@chromium.org> Cr-Commit-Position: refs/heads/main@{#97305}
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.