Closed
Bug 811170
Opened 13 years ago
Closed 11 years ago
Proxy constructor looks like a plain object
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dherman, Unassigned)
Details
The following are not how a function should behave:
> Proxy+''
"[object Proxy]"
> typeof Proxy
"object"
Dave
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Comment 1•11 years ago
|
||
Maybe we didn't actually have a proxy constructor at that time?
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•