This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15349 - Object.prototype.toString override isn't actually defined
Summary: Object.prototype.toString override isn't actually defined
Status: CLOSED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on: 14877
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-27 19:45 UTC by Aryeh Gregor
Modified: 2011-12-28 16:23 UTC (History)
2 users (show)

See Also:


Attachments

Description Aryeh Gregor 2011-12-27 19:45:05 UTC
The fix to bug 14877 added some prose at the bottom of 4.1 ECMAScript environment, starting "Let F be a function object whose behavior when invoked is as follows:".  But then it never says what to do with F.  Presumably it should be used in place of Object.prototype.toString somehow.
Comment 1 Cameron McCormack 2011-12-27 22:58:23 UTC
Yes, it would help to do something with F. :)  Fixed now, thanks.
Comment 2 Aryeh Gregor 2011-12-28 16:23:21 UTC
Looks good to me.