Skip to content

Commit

Permalink
Editorial: Convert @@ notation to %% notation for well-known Symbols (#…
Browse files Browse the repository at this point in the history
…1314)

 - this avoids a conceptual conflict with decorators, when they land
  • Loading branch information
ljharb committed Nov 15, 2023
1 parent 82c99bb commit b88e080
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 225 deletions.
8 changes: 4 additions & 4 deletions figure-2.uxf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bg=#ffeeee</panel_attributes>
</coordinates>
<panel_attributes>Function.prototype
--
@@hasInstance()
%Symbol.hasInstance%()
apply()
bind()
call()
Expand Down Expand Up @@ -64,7 +64,7 @@ bg=#cceecc</panel_attributes>
</coordinates>
<panel_attributes>%Generator%
--
@@toStringTag =
%Symbol.toStringTag% =
"GeneratorFunction"

bg=#cceecc</panel_attributes>
Expand Down Expand Up @@ -179,7 +179,7 @@ m1=prototype</panel_attributes>
</coordinates>
<panel_attributes>%IteratorPrototype%
--
@@iterator() : object
%Symbol.iterator%() : object
bg=#cceecc</panel_attributes>
<additional_attributes/>
</element>
Expand All @@ -193,7 +193,7 @@ bg=#cceecc</panel_attributes>
</coordinates>
<panel_attributes>%GeneratorPrototype%
--
@@toStringTag =
%Symbol.toStringTag% =
"Generator"
--
next() : object
Expand Down
Binary file modified img/figure-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b88e080

Please sign in to comment.