| commit | 43af9ce5d4da3321e8347d2b8062ae2df4ea5d44 | [log] [tgz] | 
|---|---|---|
| author | Jakob Kummerow <jkummerow@chromium.org> | Thu Nov 05 09:55:39 2020 | 
| committer | Jakob Kummerow <jkummerow@chromium.org> | Thu Nov 05 18:10:30 2020 | 
| tree | 21664a4747682fb0ed085c7d78346b87e297d4fc | |
| parent | 7ae0bc9f7258d206e0de93911c5987c3e04979b8 [diff] | 
[mac-arm64] Fix missing #include For an "#if defined(MAP_JIT)" test to work as expected, <sys/mman.h> must be included in the compilation unit. Bug: chromium:1144200 Change-Id: Ia0bf35ec1872c02457f1fbc0ee6689c7f7d27d4a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2517689 Reviewed-by: Clemens Backes <clemensb@chromium.org> Reviewed-by: Igor Sheludko <ishell@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#70986} (cherry picked from commit 1d0f426311d4c4d18c6cba0548f70efe16ee78ef) Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2521432 Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by: Ben Smith <binji@chromium.org>
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.