[w3c/IndexedDB] Possibly unnecessary step in `evaluate a key path on a value` (Issue #449)

stelar7 created an issue (w3c/IndexedDB#449)

https://w3c.github.io/IndexedDB/#evaluate-a-key-path-on-a-value

Step 5. Reads `Assert: value is not an abrupt completion.`

But in the earlier step 4, every step is marked with `!`, meaning that `the following invocation of an abstract or syntax-directed operation will never return an abrupt completion`

So I dont see a way we could possibly hit this assert.

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

Message ID: <w3c/IndexedDB/issues/449@github.com>

Received on Wednesday, 16 April 2025 20:11:51 UTC