• Home
Name Date Size #Lines LOC

..--

mac/03-May-2024-3230

win/03-May-2024-9896

OWNERSD03-May-202424 21

README.txtD03-May-2024240 106

all.gypD03-May-20241.9 KiB6361

coverage_wrapper.pyD03-May-2024952 3724

detect_v8_host_arch.pyD03-May-20242.9 KiB7831

download_gold_plugin.pyD03-May-20242.8 KiB8248

features.gypiD03-May-20244.8 KiB142125

get_landmines.pyD03-May-20241.1 KiB4029

gyp_environment.pyD03-May-20241.9 KiB6145

gyp_v8D03-May-20247 KiB198104

gyp_v8.pyD03-May-20242.1 KiB423

isolate.gypiD03-May-20243.5 KiB10397

landmine_utils.pyD03-May-20242.9 KiB12496

landmines.pyD03-May-20248.2 KiB246180

set_clang_warning_flags.gypiD03-May-20242 KiB6057

shim_headers.gypiD03-May-20242.9 KiB7471

standalone.gypiD03-May-202455.5 KiB1,5231,482

toolchain.gypiD03-May-202447.3 KiB1,4211,400

vs_toolchain.pyD03-May-202413.2 KiB372283

README.txt

1For build instructions, please refer to:
2
3https://code.google.com/p/v8/wiki/BuildingWithGYP
4
5TL;DR version on *nix:
6$ make dependencies        # Only needed once.
7$ make ia32.release -j8
8$ make ia32.release.check  # Optionally: run tests.
9
10