11:41
<nicolo-ribaudo>
I just noticed thanks to https://github.com/tc39/ecma262/pull/3027 that we list abstract operations as "spec values without identity". Does the spec ever compare abstract operations, or ever use them as first-class values?
11:49
<bakkot>
I don't think so, no
12:46
<jmdyck>

I don't see anywhere that we compare abstract operations. As for treating them as first-class values,

14:58
<nicolo-ribaudo>
Thank you!
19:27
<shu>
in case any node hackers around: does node not call V8::Dispose() on process exit?
19:27
<shu>
i'm trying to print some diagnostic stuff on process exit and it doesn't seem to be called. interestingly, node --help does seem to call it, but not normal execution
19:43
<shu>
ooh it might be this stdout redirection thing
19:55
<shu>
okay i give up, atexit time