| commit | d4807232c50cc28d63ae6c34a5016f33842e2ae3 | [log] [tgz] | 
|---|---|---|
| author | V8 Autoroll <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu May 16 11:52:54 2024 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu May 16 11:53:05 2024 | 
| tree | 01674c321628ad24272eb4f0ec039f0979a07199 | |
| parent | 8dff6d733da75e448038efc35ae4909c764ed3c3 [diff] | 
Version 12.6.228.4 Change-Id: I8504aee0c4fa506e0e9a1dd17c557d438d6d4ed3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5538498 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/12.6@{#5} Cr-Branched-From: 3c9fa12db3183a6f4ea53d2675adb66ea1194529-refs/heads/12.6.228@{#2} Cr-Branched-From: 981bb15ba4dbf9e2381dfc94ec2c4af0b9c6a0b6-refs/heads/main@{#93835}
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.