Sign in
webkit
/
WebKit
/
a3dac503d27b0615b748b043cf9728afb4472c9e
/
.
/
JSTests
/
stress
/
create-promise-finalize.js
blob: 0bffc8b5208d0ce4f12d0d085bd646f77a6e5c15 [
file
] [
log
] [
blame
]
function
foo
()
{
class
P extends
Promise
{}
new
P
(()=>{});
}
foo
();
drainMicrotasks
();
gc
();
foo
();