Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1754509 - Reject non-reflectable calls early in nsXPCWrappedJS::C…
…allMethod(). r=nika We need to reject calls to non-reflectable methods before we do anything (like AutoEntryScript) that might cause a GC, because these methods have not been annotated with JS_HAZ_CAN_RUN_SCRIPT. Differential Revision: https://phabricator.services.mozilla.com/D138351
- Loading branch information