« Bugzilla Issues Index
#2064 — 9.2.6.1 CreateBuiltinFunction: Add call to AddRestrictedFunctionProperties?
- bug_id:
2064
- creation_ts:
2013-10-07 02:52:00 -0700
- short_desc:
9.2.6.1 CreateBuiltinFunction: Add call to AddRestrictedFunctionProperties?
- delta_ts:
2013-10-29 09:46:22 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 19: September 27, 2013 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:
5851
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-10-07 02:52:02 -0700
9.2.6.1 CreateBuiltinFunction does not automatically poison pill .caller and .arguments, maybe add call to AddRestrictedFunctionProperties()?
Later:
Currently the AddRestrictedFunctionProperties() call for built-in functions is described in ch17, what if ch17 was changed to say that all built-in functions are created by a call to CreateBuiltinFunction() and CreateBuiltinFunction() automatically calls AddRestrictedFunctionProperties()? Then "9.2.6 Built-in Function Objects" can be simplified to say that built-in functions to use the ordinary [[Get]] and [[GetOwnProperty]] behaviour.
- commentid:
5894
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-10 18:04:00 -0700
fixed in rev20 editor's draft
I suspect this is an area where we will keep tinkering until it feels just right.
- commentid:
6134
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-29 09:46:22 -0700
fixed in rev20 draft, Oct. 28, 2013