« Bugzilla Issues Index
#2789 — 26.2.3.7.4 Reflect.Realm.prototype.nonEval: Remove steps 5-6, change references to `obj` to `function`
- bug_id:
2789
- creation_ts:
2014-05-01 09:03:00 -0700
- short_desc:
26.2.3.7.4 Reflect.Realm.prototype.nonEval: Remove steps 5-6, change references to `obj` to `function`
- delta_ts:
2014-06-16 16:04:24 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 24: April 27, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- cc:
till
- commentid:
8083
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-05-01 09:03:05 -0700
26.2.3.7.4 Reflect.Realm.prototype.nonEval (function, thisValue, argumentsList ):
Remove steps 5-6.
- commentid:
8130
- comment_count:
1
- who:
Till Schneidereit
- bug_when:
2014-05-04 11:36:39 -0700
Step 5 currently contains `ToObject(target)`, but the parameter is called `function`. Since steps 5-6 are superfluous, the subsequent references to `obj` can just be changed to `function`.
- commentid:
8546
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-18 12:07:02 -0700
fixed in rev25 editor's draft
- commentid:
9008
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2014-06-16 16:04:24 -0700
fixed in rev25 editor's draft