00:02
<Michael Ficarra>
not Comic Code?
I actually changed this yesterday lol https://github.com/tc39/ecmarkup/pull/539/files#diff-000c4303622fb87f6ed22f7294867fed4a69c49cbf0ee3bb61b0eeb6ae050ddcR108
00:13
<Michael Ficarra>
we also have some sans-serif usage; I'll probably update it all
18:25
<shu>

Michael Ficarra: how do i teach esmeta about duck-typed types? i'm doing:

  1. If foo does not have a [[BarField]] internal field, throw.
  2. Perform AO(foo).

where AO takes a Bar, whose brand is [[BarField]]

context is https://github.com/tc39/ecma262/actions/runs/5489357665/jobs/10003415683?pr=3116

18:56
<bakkot>
you could try adding an assert after the check? if that doesn't work the alternative is, open an issue on esmeta and/or add the methods to esmeta-ignore