commit | 965bb51393ca502d217ec47e06813d8675890c9f | [log] [tgz] |
---|---|---|
author | Samuel Groß <saelo@chromium.org> | Wed Oct 30 17:52:56 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 04 11:50:39 2024 |
tree | 8ab5f2494b2b24245783e318fdf389027dc49809 | |
parent | 5463f9a852f7b3a359fea1e9cdc4db80364fc3b9 [diff] |
Use uint32_t in bigint::ToStringResultLength This is a follow-up for https://crrev.com/c/5332375 to also use uint32_t internally in bigint::ToStringResultLength. Bug: 369748453 Change-Id: I2701fd869c66505325554f6cc2a242ad717931be Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5979512 Commit-Queue: Samuel Groß <saelo@chromium.org> Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/main@{#96956}
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.