gecko-dev/js/xpconnect/wrappers
Andrew McCreight 7d01afde50 Bug 1737515 - Null check the result of XrayTraits::ensureHolder(). r=peterv
XrayTraits::ensureHolder() can return the result of XrayTraits::createHolder(),
which in turns returns the result of JS_NewObjectWithGivenProto(),
so we need to null check the result. The other callers already do this.

Differential Revision: https://phabricator.services.mozilla.com/D129432
2021-11-01 13:37:38 +00:00
..
AccessCheck.cpp
AccessCheck.h
ChromeObjectWrapper.cpp
ChromeObjectWrapper.h
FilteringWrapper.cpp
FilteringWrapper.h
WaiveXrayWrapper.cpp Bug 1708450 - Move call and construct functions into js/public/CallAndConstruct.h. r=nbp 2021-07-13 11:52:43 +00:00
WaiveXrayWrapper.h
WrapperFactory.cpp Bug 1719795 part 5 - Change JSCLASS_PRIVATE_IS_NSISUPPORTS JSClasses to use a reserved slot instead. r=mccr8,jonco 2021-07-13 09:31:34 +00:00
WrapperFactory.h
XrayWrapper.cpp Bug 1708450 - Move call and construct functions into js/public/CallAndConstruct.h. r=nbp 2021-07-13 11:52:43 +00:00
XrayWrapper.h Bug 1737515 - Null check the result of XrayTraits::ensureHolder(). r=peterv 2021-11-01 13:37:38 +00:00
moz.build Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00