Opened 13 years ago
Closed 13 years ago
#5493 closed enhancement (fixed)
isObjectLiteral to work correctly with custom objects with empty prototype
Reported by: | Robert Katić | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | isObjectLiteral, extend | Cc: | |
Blocked by: | Blocking: |
Description
At cost of 2 additional function calls, we have now support for custom objects which prototype is not changed.
If someone is defining all methods inside the constructor F, isObjectLiteral(new F) will now return false.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Milestone: | → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The patch is already committed fixing #5494. Just close it, thanks.