commit | 42e6b2f51a5fe7171d60fa48151c8c48cfa6904b | [log] [tgz] |
---|---|---|
author | Rezvan Mahdavi Hezaveh <rezvan@chromium.org> | Tue Feb 04 00:59:22 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 06 20:18:46 2025 |
tree | 94e5797d1d53a2c5e313596d2d0edfbd6dc9486a | |
parent | c03151581778a3e52bffcc54c79a81050f7dd584 [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/e7a84b0a..d8e2cb27 Roll created at https://cr-buildbucket.appspot.com/build/8724084601491099153 no-export: true R=syg@chromium.org,rezvan@chromium.org Bug: v8:7834 Change-Id: I0456755ce0835634a720c8aa003e4ad9b78cb89d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6221878 Commit-Queue: Shu-yu Guo <syg@chromium.org> Reviewed-by: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/heads/main@{#98567}
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.