« Bugzilla Issues Index
#2913 — Typo 19.1.2.9
- bug_id:
2913
- creation_ts:
2014-05-27 19:54:00 -0700
- short_desc:
Typo 19.1.2.9
- delta_ts:
2014-05-27 20:23:42 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 25: May 22, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
INVALID
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Chris Toshok
- assigned_to:
Allen Wirfs-Brock
- commentid:
8660
- comment_count:
0
- who:
Chris Toshok
- bug_when:
2014-05-27 19:54:12 -0700
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.
- commentid:
8661
- comment_count:
1
- who:
Chris Toshok
- bug_when:
2014-05-27 20:23:42 -0700
Next time I'll read step 1 :)