DescriptionAllow 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}
Committed: https://chromium.googlesource.com/v8/v8/+/6803eef1424979ff787aaf4e3b604594f535c384
Patch Set 1 #
Total comments: 1
Patch Set 2 : Initialize external fields for promises constructed through factory #
Total comments: 1
Patch Set 3 : Remove comment #Patch Set 4 : Initialize external fields in AllocateAndSetJSPromise #Patch Set 5 : Allow internal field count to be externally configured #
Total comments: 4
Patch Set 6 : Fixes in BUILD.gn #Patch Set 7 : More BUILD.gn fixes #
Messages
Total messages: 31 (17 generated)
|