You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think the [[Construct]] behavior of .wrap's output is particularly useful; I'd prefer we prioritize simplicity over copying everything that .bind does. Let's have .wrap output an ordinary function instead of some exotic object kind, again for simplicity. This can be done with CreateBuiltinFunction.
The text was updated successfully, but these errors were encountered:
This can be addressed in #55 as it removes the HOF with AsyncSnapshot. AsyncSnapshot.prototype.run and AsyncLocal.prototype.run merely call the given function.
I don't think the [[Construct]] behavior of
.wrap
's output is particularly useful; I'd prefer we prioritize simplicity over copying everything that.bind
does. Let's have.wrap
output an ordinary function instead of some exotic object kind, again for simplicity. This can be done with CreateBuiltinFunction.The text was updated successfully, but these errors were encountered: