Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /v8 /v8
Clone this repo:

Branches

More...

Tags

More...
  1. 4c6a966Update V8 DEPS (trusted)by v8-ci-autoroll-builder· 20 hours agolkgrmain
  2. d2a4b72[temporal] Test262 fixes (part 5, PlainYearMonth)by Manish Goregaokar· 26 hours ago
  3. f922b5f6[for-of-performance] Add perf testby Rezvan Mahdavi Hezaveh· 31 hours ago
  4. acde6faUpdate V8 DEPS (trusted)by v8-ci-autoroll-builder· 32 hours ago
  5. b8ed4ac[maglev] Propagate loop phi hint to Call backedgeby Darius Mercadier· 34 hours ago

V8 JavaScript Engine

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

Getting the Code

Checkoutdepot tools, and run

    fetch v8

This will checkout V8 into the directoryv8 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/*

Contributing

Please follow the instructions mentioned atv8.dev/docs/contribute.


[8]ページ先頭

©2009-2025 Movatter.jp