v8/v8
0
Go to file
Liviu Rau 95b9f93234 Add unit tests to importer
+ 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}
2024-01-11 08:57:35 +00:00
2023-10-10 12:58:37 +00:00
2019-05-15 12:06:15 +00:00
2023-12-19 13:48:06 +00:00
2024-01-11 08:57:35 +00:00
2017-07-28 13:39:24 +00:00
2021-08-24 10:39:33 +00:00
2022-08-04 08:53:02 +00:00
2024-01-11 08:57:35 +00:00
2024-01-11 04:53:55 +00:00
2020-10-20 22:12:28 +00:00
2020-04-24 19:19:36 +00:00
2022-09-13 07:54:54 +00:00
2021-08-16 13:05:19 +00:00
2021-09-08 01:38:52 +00:00
2023-01-23 17:07:21 +00:00
2023-01-23 17:07:21 +00:00
2023-02-06 13:41:05 +00:00

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
Readme 1.4 GiB
Languages
C++ 71.6%
JavaScript 26.1%
Python 1.3%
TypeScript 0.3%
C 0.3%
Other 0.3%