archives

« Bugzilla Issues Index

#2913 — Typo 19.1.2.9


19.1.2.9 Object.getPrototypeOf ( O )

1. Let obj be ToObject(O).
2. ReturnIfAbrupt(obj).
3. Return the result of calling the [[GetPrototypeOf]] internal method of obj.


2&3 refer to "obj" instead of O.


Next time I'll read step 1 :)