archives

« Bugzilla Issues Index

#3428 — 7.3.2 GetV (V, P): (1) copypasta error in step 5 – (2) GetV or GetP?


7.3.2 GetV (V, P).

(1) step 5. Currently:

Return the result of calling the [[Get]] internal method of box passing @@iterator and V as the arguments.

Should be:

Return Get(box, P).

(2) Also: The abstract operation is called GetV in the section title, and GetP in the intro.


fixed in rev30 editor's draft

but, step 5 can't use Put because it needs to V as the receiver value. The bug fix is simply to replace @@iterator with P.


fixed in rev30