/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* MOZ_HAS_JSRUST is defined as a macro function instead of a macro definition *sothatchecking#ifMOZ_HAS_JSRUST()whenthisheaderisnotincludedends *upasanerror,where#ifMOZ_HAS_JSRUSTor#ifdefMOZ_HAS_JSRUSTwould *silentlypass.
*/ #if (defined(MOZ_HAS_MOZGLUE) || defined(MOZILLA_INTERNAL_API)) && \
!defined(MOZ_PRETEND_NO_JSRUST) # define MOZ_HAS_JSRUST() 1 #else # define MOZ_HAS_JSRUST() 0 #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.