DescriptionUnship V8 custom Promise methods
The data from UseCounters are in--V8's custom Promise methods are not
in wide use on the web (<.002%). Therefore, this patch removes them.
That includes:
- Promise.prototype.chain
- Promise.defer -- the most widely used of the bunch
- Promise.accept
For now, those methods are still available by checking the "disable
latest stable JavaScript features" flag, or --promise-extra at the
command line, but I expect them to be fully removable.
R=adamk
CC=rossberg
BUG=v8:3238, v8:4633
Committed: https://crrev.com/fa160602a3b6703df1444d3bc463b60859b0f63e
Cr-Commit-Position: refs/heads/master@{#36152}
Patch Set 1 #Patch Set 2 : Fix tests #
Messages
Total messages: 11 (5 generated)
|