Re: [w3c/IndexedDB] Replace abrupt completion asserts/returns with !? shortcuts from ES spec (#100)

inexorabletash commented on this pull request.



> @@ -5679,39 +5674,34 @@ steps may throw an exception.
       <dt>If IsArray(|input|)</dt>
       <dd>
 
-        1. Let |len| be the ToLength(Get(|input|,
+        1. Let |len| be [=!=] ToLength(Get(|input|,

Ah, yes - an Array exotic's length is an own property, so the prototype's getter is ignored when getting length. Still, I bet proxies do bad stuff, so ? is correct here anyway but it'll be interesting to see if any impl trips up.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/100

Received on Thursday, 20 October 2016 21:37:58 UTC