« Bugzilla Issues Index
#1074 — 9.1.1: undefined "O"
- bug_id:
1074
- creation_ts:
2012-11-27 12:22:00 -0800
- short_desc:
9.1.1: undefined "O"
- delta_ts:
2012-12-21 18:08:51 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 12: November 22, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
2875
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-11-27 12:22:11 -0800
In 9.1.1 "ToPrimitive",
algorithm 1 steps 4, 6.b, 8 refer to metavariable "O",
which is not defined.
Change to "argument", or start with a step "Let O be argument."
- commentid:
2879
- comment_count:
1
- who:
Michael Dyck
- bug_when:
2012-11-27 14:50:02 -0800
Same algorithm,
step 6.a says:
If IsCallable(toString) is false, then throw a TypeError exception.
but 'toString' is not defined.
Change to "exoticToPrim".
- commentid:
2880
- comment_count:
2
- who:
Michael Dyck
- bug_when:
2012-11-27 14:59:47 -0800
Same algorithm,
step 6.d says:
If result is an ECMAScript language value and Type(resul) is not Object,
then return result.
but "resul" is not defined.
Change to "result".
- commentid:
2881
- comment_count:
3
- who:
Michael Dyck
- bug_when:
2012-11-27 15:06:23 -0800
(That last one duplicates the first point of Bug 989.)
- commentid:
2957
- comment_count:
4
- who:
Allen Wirfs-Brock
- bug_when:
2012-12-01 11:05:16 -0800
fixed in rev 13 editor's draft