03:41
<bakkot>
trivial one could use another stamp: https://github.com/tc39/ecma262/pull/2994
05:16
<bakkot>
why do we put %TypedArray% in percents when defining it https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%-intrinsic-object
05:17
<bakkot>
we're kind of inconsistent I guess
05:36
<ljharb>
i assume because it's not available as a global
05:38
<bakkot>
neither is AsyncFunction e.g.
05:39
<ljharb>
that should use the % also everywhere, no?
05:40
<ljharb>
TypedArray might be a bit special due to the way they're all defined (NativeError-esque) tho
13:55
<jmdyck>
Yeah, I think GeneratorFunction, AsyncGeneratorFunction, and AsyncFunction should be put in percents.