« Bugzilla Issues Index
#4467 — 9.4.4.6 CreateUnmappedArgumentsObject: Consider changing property creation order for "caller" and "callee"
- bug_id:
4467
- creation_ts:
2015-08-21 11:10:00 -0700
- short_desc:
9.4.4.6 CreateUnmappedArgumentsObject: Consider changing property creation order for "caller" and "callee"
- delta_ts:
2015-12-07 13:26:30 -0800
- product:
ECMA-262 Edition 6
- component:
technical issues
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
CONFIRMED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- cc:
brterlso
- commentid:
14627
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-08-21 11:10:52 -0700
9.4.4.6 CreateUnmappedArgumentsObject(argumentsList)
Consider switching steps 8 and 9 for web reality.
Edge, JSC, V8 and SpiderMonkey return "length, callee, caller" for `Object.getOwnPropertyNames(function(){ "use strict"; return arguments}())`, but the spec currently requires the property order "length, caller, callee".
- commentid:
14903
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2015-12-07 13:26:30 -0800
Fixed in ES2016 Draft (c7868ce).