« Bugzilla Issues Index
#4193 — 8.1.1.3 Function Environment Records: Retrieve [[HomeObject]] from [[FunctionObject]] ?
- bug_id:
4193
- creation_ts:
2015-03-18 11:19:00 -0700
- short_desc:
8.1.1.3 Function Environment Records: Retrieve [[HomeObject]] from [[FunctionObject]] ?
- delta_ts:
2015-03-18 15:44:39 -0700
- product:
Draft for 7th Edition
- component:
Deferred from 6th edition
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
CONFIRMED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
13899
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-03-18 11:19:51 -0700
8.1.1.3 Function Environment Records
It's not strictly required to have a separate [[HomeObject]] field, because the home object can always be retrieved from [[FunctionObject]].
Probably too late to change this, maybe clean-up in ES7 ?
- commentid:
13908
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-03-18 15:44:39 -0700
true, I did it this way to reenforce that the [[HomeObject]] only need to be retrieved once at function entry. (In case somebody decided to define some sort of crazy exotic functions with a mutable [[HOmeObject]].
We can look at this again in the ES7 spec.