« Bugzilla Issues Index
#4366 — 4.3.19 String object coercion
- bug_id:
4366
- creation_ts:
2015-05-18 04:14:00 -0700
- short_desc:
4.3.19 String object coercion
- delta_ts:
2015-05-21 08:51:02 -0700
- product:
Draft for 7th Edition
- component:
Deferred from 6th edition
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
CONFIRMED
- see_also:
https://bugs.ecmascript.org/show_bug.cgi?id=4367
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Miguel Macías
- assigned_to:
Allen Wirfs-Brock
- commentid:
14411
- comment_count:
0
- who:
Miguel Macías
- bug_when:
2015-05-18 04:14:03 -0700
"A String object can be coerced to a String value by calling the String constructor as a function (21.1.1.1)"
Maybe it could be similar to the Boolean object definition:
"A String object can be coerced to a String value"
Or maybe it could be more precise:
"A String object can be coerced to a String value by calling the valueOf method"
Similar problem at 4.3.22 (Number Object) definition.