Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
src/class-elements/prod-private-async-method.case
test/language/expressions/class/private-methods/prod-private-async-method.js
test/language/statements/class/private-methods/prod-private-async-method.js
value
argument instead of calling#m()
again, because the latter returns a new Promise object.test/built-ins/Array/prototype/flatMap/non-callable-argument-throws.js
assert(...)
requires a boolean argument, switch toassert.sameValue(...)
test/built-ins/Reflect/ownKeys/return-on-corresponding-order-large-index.js
4294967294
(maximum array index) and4294967295
(not an array index) while there.test/intl402/NumberFormat/currencyDisplay-unit.js
test/intl402/NumberFormat/style-unit.js
test/intl402/Segmenter/iterator/following.js
test/intl402/Segmenter/iterator/preceding.js
| 0
to ensure we actually test theToIndex
operation in thefollowing
resp.preceding
methods.iter.preceding(1.4)
test/intl402/Segmenter/iterator/granularity.js
test/intl402/Segmenter/prototype/segment/segment-line.js
test/intl402/Segmenter/prototype/segment/segment-sentence.js
test/intl402/Segmenter/prototype/segment/segment-word.js
breakType
is alwaysundefined
.