GNOME Bugzilla – Bug 580957
Change the way we trigger a warning in testDebugger
Last modified: 2009-05-05 20:26:12 UTC
let x = <something undefined> doesn't seem to trigger a warning (and our error hook) with xulrunner-1.9.1, so switch to new String(<something undefined>).
Created attachment 133709 [details] [review] Change the way we trigger a warning in testDebugger
can't explain this, but looks fine if it works
If you look at the code in spidermonkey that determines when to warn on undefined properties, it's incredibly heuristic and not very deterministic. So it doesn't surprise me that it changed between xulrunner 1.9.0 and 1.9.1 or whatever. Pushed.