node/deps/v8/gypfiles
Matt Loring 9302f512f8 deps: cherry-pick 6803eef from V8 upstream
Original commit message:
  Allow embedder to set promise internal field count

  Asynchronous context tracking mechanisms in Node.js need to store some
  state on all promise objects. This change will allow embedders to
  configure the number of internal fields on promises as is already done
  for ArrayBuffers.

  BUG=v8:6435

  Review-Url: https://codereview.chromium.org/2889863002
  Cr-Commit-Position: refs/heads/master@{#45496}

PR-URL: https://github.com/nodejs/node/pull/13175
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-05-28 07:03:36 -07:00
..
mac
win deps: update V8 to 5.7.492.69 2017-03-25 09:44:10 +01:00
all.gyp deps: update V8 to 5.8.283.38 2017-05-06 20:02:35 +02:00
coverage_wrapper.py
detect_v8_host_arch.py
download_gold_plugin.py
features.gypi deps: cherry-pick 6803eef from V8 upstream 2017-05-28 07:03:36 -07:00
get_landmines.py deps: update V8 to 5.7.492.69 2017-03-25 09:44:10 +01:00
gyp_environment.py
gyp_v8
gyp_v8.py
isolate.gypi deps: update V8 to 5.8.283.38 2017-05-06 20:02:35 +02:00
landmine_utils.py
landmines.py
OWNERS
README.txt
set_clang_warning_flags.gypi
shim_headers.gypi
standalone.gypi v8: do not test v8 with -Werror 2017-05-28 07:00:35 -07:00
toolchain.gypi v8: do not test v8 with -Werror 2017-05-28 07:00:35 -07:00
vs_toolchain.py

For build instructions, please refer to:

https://code.google.com/p/v8/wiki/BuildingWithGYP

TL;DR version on *nix:
$ make dependencies        # Only needed once.
$ make ia32.release -j8
$ make ia32.release.check  # Optionally: run tests.