Closed Bug 749755 Opened 13 years ago Closed 12 years ago

Scratchpad fails to provide any feedback on objects that inherit from `null`

Categories

(DevTools Graveyard :: Scratchpad, defect, P3)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 807924

People

(Reporter: irakli, Unassigned)

Details

For example executing following will give no feedback: Object.create(null) That's because Object.create(null) + 'foo' will throw. Correct way of doing that would be: ((value && !('toString' in value)) ? Object.prototype.toString.call(value) : value) + 'foo'
this should go away when we move to using the debug protocol. Filter on BLACKEAGLE?!
Priority: -- → P3
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
Product: DevTools → DevTools Graveyard
You need to log in before you can comment on or make changes to this bug.