You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running bikeshed on this spec give rise to some errors:
LINK ERROR: No 'idl' refs found for '@@iterator'.
{{@@iterator}}
LINK ERROR: No 'abstract-op' refs found for 'CreateMethodProperty'.
[$CreateMethodProperty$]
Unexported dfn that's not referenced locally - did you mean to export it?
abstract operation HostResizeArrayBuffer
According to the current ecmascript spec, we should be using %Symbol.iterator% instead of @@iterator.
The second may be a typo: perhaps it should be CreateDataProperty. There is no CreateMethodProperty procedure in es262 that I can find.