pub unsafe extern "C" fn resolve_global( cx: *mut JSContext, obj: HandleObject, id: HandleId, rval: *mut bool, ) -> bool
Resolve a lazy global property, for interface objects and named constructors.