-
-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - Create a unique PromiseCapability
on each async function call
#2846
Conversation
Test262 conformance changes
Fixed tests (4):
|
Codecov Report
@@ Coverage Diff @@
## main #2846 +/- ##
=======================================
Coverage 50.92% 50.92%
=======================================
Files 419 419
Lines 41780 41776 -4
=======================================
- Hits 21278 21276 -2
+ Misses 20502 20500 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! : )
7ab94b0
to
f4a2b74
Compare
bors r+ |
This Pull Request changes the following: - Creates a new `PromiseCapability` after every async function call instead of sharing the same capability for all calls of the same async function.
Pull request successfully merged into main. Build succeeded: |
PromiseCapability
on each async function callPromiseCapability
on each async function call
This Pull Request changes the following:
PromiseCapability
after every async function call instead of sharing the same capability for all calls of the same async function.