Modify ↓
Ticket #5493 (closed enhancement: fixed)
isObjectLiteral to work correctly with custom objects with empty prototype
| Reported by: | rkatic | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | core | Version: | 1.3.2 |
| Keywords: | isObjectLiteral, extend | Cc: | |
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

The patch is already committed fixing #5494. Just close it, thanks.