« Bugzilla Issues Index
#3446 — 7.3.12 Invoke: Replace steps 3-5 with GetV
- bug_id:
3446
- creation_ts:
2014-12-17 11:05:00 -0800
- short_desc:
7.3.12 Invoke: Replace steps 3-5 with GetV
- delta_ts:
2014-12-23 20:23:30 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 29: December 06, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
11048
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-12-17 11:05:40 -0800
7.3.12 Invoke(O,P, [args])
Steps 3-5 basically perform GetV, step 6 can also be omitted because Call handles abrupt completions. That means Invoke can be reduced to:
---
1. Assert: P is a valid property key.
2. If args was not passed, then let args be a new empty List.
3. Let func be GetV(O, P).
4. Return Call(func, O, args).
---
- commentid:
11124
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-19 16:21:44 -0800
fixed in rev30 editor's draft
- commentid:
11192
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-23 20:23:30 -0800
fixed in rev30