diff --git a/index.html b/index.html index 48d5697d..c839a3b8 100644 --- a/index.html +++ b/index.html @@ -11398,7 +11398,7 @@
4.6.4.1. Named properties object [[GetOwnProperty]] method
-
  • Return the result of calling the default [[GetOwnProperty]] internal method ([ECMA-262], section 9.1.5) on O passing P as the argument.
  • +
  • Return OrdinaryGetOwnProperty(O, P).
  • @@ -13629,7 +13629,7 @@

    4.8.2. The PlatformObjectGetOwnProperty abstract operation

    -
  • Return the result of calling the default [[GetOwnProperty]] internal method ([ECMA-262], section 9.1.5) on O passing P as the argument.
  • +
  • Return OrdinaryGetOwnProperty(O, P).
  • diff --git a/index.xml b/index.xml index ce1b21d3..da224d60 100644 --- a/index.xml +++ b/index.xml @@ -86,7 +86,7 @@ - + @@ -11305,7 +11305,7 @@ partial interface Window { -
  • Return the result of calling the default [[GetOwnProperty]] internal method on O passing P as the argument.
  • +
  • Return OrdinaryGetOwnProperty(O, P).
  • @@ -13537,7 +13537,7 @@ C implements A; -
  • Return the result of calling the default [[GetOwnProperty]] internal method on O passing P as the argument.
  • +
  • Return OrdinaryGetOwnProperty(O, P).