Status
()
People
(Reporter: jruderman, Unassigned)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
SpiderMonkey supports undetectable properties, and this feature is used in the browser for document.all. But no such properties exist in the shell, so my fuzzers can't test this feature easily. Please either: A) Add a shell function to create an undetectable property or make a property undetectable or B) Add an undetectable property to the object called "it".
Comment 1•6 years ago
|
||
Waldo rewrote this a while ago and added objectEmulatingUndefined(): js> objectEmulatingUndefined() ({}) js> typeof objectEmulatingUndefined() "undefined"
Status: NEW → RESOLVED
Last Resolved: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•