diff --git a/source b/source index 0eeab439067..14925de308f 100644 --- a/source +++ b/source @@ -2900,6 +2900,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • The CreateDataProperty abstract operation
  • The DetachArrayBuffer abstract operation
  • The EnqueueJob abstract operation
  • +
  • The EnumerableOwnProperties abstract operation
  • The FunctionCreate abstract operation
  • The Get abstract operation
  • The GetFunctionRealm abstract operation
  • @@ -8150,6 +8151,12 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E. + +

    The key collection performed above is very similar to the JavaScript + specification's EnumerableOwnProperties operation, but crucially it uses the + deterministic ordering provided by the [[OwnPropertyKeys]] internal method, instead of + reordering the keys in an unspecified manner as EnumerableOwnProperties does. +

    @@ -119384,6 +119391,7 @@ INSERT INTERFACES HERE Ignacio Javier, Igor Oliveira, Ingvar Stepanyan, + isonmad, Iurii Kucherov, Ivan Enderlin, Ivo Emanuel Gonçalves,