« Bugzilla Issues Index
#2524 — Module toString
- bug_id:
2524
- creation_ts:
2014-02-11 11:40:00 -0800
- short_desc:
Module toString
- delta_ts:
2015-07-10 08:35:05 -0700
- product:
Draft for 6th Edition
- component:
Modules
- version:
Rev 21: November 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Erik Arvidsson
- assigned_to:
Allen Wirfs-Brock
- cc:
["dherman", "erik.arvidsson", "jorendorff", "samth"]
- commentid:
7245
- comment_count:
0
- who:
Erik Arvidsson
- bug_when:
2014-02-11 11:40:04 -0800
What do we expect the following to return?
Object.prototype.toString.call(moduleInstanceObject)
Module instance objects have a null prototype so @@toStringTag will not work. Do we want to special case these to return '[object Module]'?
- commentid:
10330
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-11 17:49:07 -0700
fixed in rev28 editor's draft
module namespace object now have a @@toStringTag
- commentid:
10474
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-14 15:18:00 -0700
fixed in rev28