« Bugzilla Issues Index
#2646 — 9.4.4.3 [[Get]]: Pass receiver argument when calling ordinary [[Get]] in step 8.a
- bug_id:
2646
- creation_ts:
2014-04-11 12:13:00 -0700
- short_desc:
9.4.4.3 [[Get]]: Pass receiver argument when calling ordinary [[Get]] in step 8.a
- delta_ts:
2014-04-29 21:50:19 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 23: April 5, 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
- commentid:
7678
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-04-11 12:13:14 -0700
9.4.4.3 [[Get]] (P, Receiver), step 8.a
Pass receiver argument when calling the default ordinary [[Get]] internal method.
Expected: Returns true
Actual: Returns false
Test case:
---
(function(y){
var args = arguments;
return Object.create(Object.defineProperty(arguments, "x", {
get: function() {
return (this!==args)
}
})).x
})(0)
---
- commentid:
7710
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-12 15:00:56 -0700
fixed in rev24 editor's draft
- commentid:
7983
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-29 21:50:19 -0700
fixed in rev24