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> |
||
|---|---|---|
| .. | ||
| mac | ||
| win | ||
| all.gyp | ||
| coverage_wrapper.py | ||
| detect_v8_host_arch.py | ||
| download_gold_plugin.py | ||
| features.gypi | ||
| get_landmines.py | ||
| gyp_environment.py | ||
| gyp_v8 | ||
| gyp_v8.py | ||
| isolate.gypi | ||
| landmine_utils.py | ||
| landmines.py | ||
| OWNERS | ||
| README.txt | ||
| set_clang_warning_flags.gypi | ||
| shim_headers.gypi | ||
| standalone.gypi | ||
| toolchain.gypi | ||
| 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.