01:32
<shu>
Mathieu Hofman: https://chromium-review.googlesource.com/c/v8/v8/+/4115657 if you'd like to take a look
03:48
<snek>
Mathieu Hofman: https://chromium-review.googlesource.com/c/v8/v8/+/4115657 if you'd like to take a look
I wonder how this will go with nodejs relying on this api internally (well not getThis specifically but the CallSite api in general)
16:25
<shu>
snek: the decision to throw was to nudge folks to stop relying on getFunction/getThis
16:26
<shu>
if that becomes untenable we can reconsider returning undefined like what happens for strict functions today
23:39
<ljharb>
does anyone have thoughts on https://github.com/tc39/proposal-explicit-resource-management/pull/117#issuecomment-1360473420 ? specifically, that on SuppressedError instances have an .error - the cause of the suppression - and can also have a .cause, which is ??? what exactly