commit | d7aea34923ac48f9cf6ce3012819b6befa9383fa | [log] [tgz] |
---|---|---|
author | Shu-yu Guo <syg@chromium.org> | Wed Apr 02 23:30:09 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 03 18:20:34 2025 |
tree | 6f148dd7351eb7180cafe31dea472156f92a7791 | |
parent | 51d69ed8f8d50a0dc4e05f1451d802d3a3339c6d [diff] |
[test262] Roll test262 This roll requires a manual review. See http://go/reviewed-rolls for guidance. https://chromium.googlesource.com/external/github.com/tc39/test262/+log/ce7e72d2..4ba104a2 Roll created at https://cr-buildbucket.appspot.com/build/8719011170438084113 no-export: true R=syg@chromium.org,rezvan@chromium.org Bug: v8:7834 Change-Id: I861f39f0b7d3ea0be1dcb3dae6aa6137747e7d1f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6411396 Reviewed-by: Rezvan Mahdavi Hezaveh <rezvan@chromium.org> Commit-Queue: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/heads/main@{#99663}
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.