20:59
<bakkot>
we have 3 places where we do "1. If foo is an abrupt completion, do some stuff and return. 2. Set foo to foo.[[Value]]". thoughts on replacing the second line those case to "Set foo to ! foo"?
21:00
<shu>
i'd like that very much
21:10
<bakkot>
https://github.com/tc39/ecma262/pull/3273