95b9f932346d93e70f47b9d23cee837a6d6b7e98

+ small refactorings and 2 bug fixes Bug: v8:14002 Change-Id: I52fa159e84690d6e5d5340e8331e2766a15fa1a4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5185494 Commit-Queue: Liviu Rau <liviurau@google.com> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/main@{#91775}
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
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/*
Contributing
Please follow the instructions mentioned at v8.dev/docs/contribute.
Description
V8 是 Google Chrome 的 JavaScript 引擎,它解析并执行 JavaScript 代码。V8 提供了 JavaScript 执行的运行时环境,而 DOM 和其他 Web 平台 API 则由浏览器提供。
项目原始地址: https://chromium.googlesource.com/v8/v8
https://www.mobibrw.com/gitea-mirrors/v8/v8.git
Languages
C++
71.6%
JavaScript
26.1%
Python
1.3%
TypeScript
0.3%
C
0.3%
Other
0.3%