12:48
<jschoi>
I’m having difficulty joining the TC39 Research Call’s Zoom meeting using the link in the Google Calendar. Opening it makes Zoom (or, specifically, mozilla.zoom.us) say: “This meeting link is invalid (3,001)”.
12:59
<jschoi>
Ah, whoops, looks like my display wasn’t set properly to the right time zone, and it’s in two more hours. That explains that.
13:00
<yulia>
oh, that is likely a problem
13:00
<yulia>
let me fix that
14:46
<yulia>
there is a new link
14:46
<yulia>
and i amm there
16:03
<jschoi>
Sorry—is the Educators Outreach meeting happening right now? I’m waiting in Google Meet to be let in by someone.
18:09
<rickbutton>
random maybe too specific question: are there any builtin functions that exist that aren't reachable via directly traversing the global object? The only I know of so far are the hidden constructors for async functions and generators
18:13
<Ashley Claymore>
I think some of the iterative objects?
18:13
<Ashley Claymore>
*iterator
18:19
<Ashley Claymore>
Object.getPrototypeOf("test".matchAll("t"))[Symbol.iterator]
18:22
<bakkot>
https://github.com/endojs/endo/blob/3a3afddf8828c21dcc58b9c98243b31e2cc99d47/packages/ses/src/get-anonymous-intrinsics.js has a list
18:24
<rickbutton>
ooh this is awesome thank you bakkot
18:59
<Jamie Kyle>

Hey hey, going to present https://github.com/bathos/proposal-string-cooked at the next meeting

I was wondering if I could get more people to weigh in on the open questions:

20:13
<ljharb>
rickbutton: also see https://github.com/ljharb/get-intrinsic/blob/main/index.js which theoretically is the same list
20:18
<bakkot>
ljharb: I think you're missing %RegExpStringIteratorPrototype%
21:23
<jschoi>

FYI to everyone: I have cleaned up every single presentation’s transcript in the August meeting notes. I tried my best to cross-reference with presentation slides to maximize the probability that cleanups were correct.

Please consider checking any discussions in which you participated in to make sure I did not mess up what you said, sometime before the notes get published.

22:44
<Rob Palmer>
Wow - thank you jschoi
22:58
<ljharb>
ljharb: I think you're missing %RegExpStringIteratorPrototype%
ha, yes i am, thanks :-p