Closed
Bug 510624
Opened 15 years ago
Closed 14 years ago
Function.prototype.{apply,call} insist on a Function object, instead of trying [[Call]]
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: brendan, Unassigned)
Details
See ES3 15.3.4.{3,4}. I don't think we ever did this correctly, going back to Netscape / ES3 days. Hot topic on es-discuss, at most wanted. Easy bug to fix. /be
Flags: wanted1.9.2?
Comment 1•14 years ago
|
||
We now call everything, which is callable.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•