Open
Bug 914090
Opened 11 years ago
Updated 2 years ago
There should be a null-safe version of JS::ExposeObjectToActiveJS
Categories
(Core :: General, defect)
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
References
Details
After bug 910937 we have lots of null checks, and those are easy to forget.
By default dom should use null-safe version and only in perf critical cases
where it is guaranteed that null-check isn't needed, JS::ExposeObjectToActiveJS
should be used.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•