/src/mozilla-central/dom/bindings/AtomList.h
Line | Count | Source (jump to first uncovered line) |
1 | | /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ |
2 | | /* vim: set ts=8 sts=2 et sw=2 tw=80: */ |
3 | | /* This Source Code Form is subject to the terms of the Mozilla Public |
4 | | * License, v. 2.0. If a copy of the MPL was not distributed with this |
5 | | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
6 | | |
7 | | #ifndef mozilla_dom_AtomList_h |
8 | | #define mozilla_dom_AtomList_h |
9 | | |
10 | | #include "jsapi.h" |
11 | | #include "mozilla/dom/GeneratedAtomList.h" |
12 | | |
13 | | namespace mozilla { |
14 | | namespace dom { |
15 | | |
16 | | template<class T> |
17 | | T* GetAtomCache(JSContext* aCx) |
18 | 0 | { |
19 | 0 | auto atomCache = static_cast<PerThreadAtomCache*>(JS_GetContextPrivate(aCx)); |
20 | 0 |
|
21 | 0 | return static_cast<T*>(atomCache); |
22 | 0 | } Unexecuted instantiation: mozilla::dom::MediaQueryListEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MediaQueryListEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MediaRecorderOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MediaRecorderOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MediaRecorderErrorEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MediaRecorderErrorEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MediaStreamAudioSourceOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MediaStreamAudioSourceOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MediaStreamConstraintsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MediaStreamConstraintsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MediaStreamEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MediaStreamEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MediaTrackConstraintSetAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MediaTrackConstraintSetAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MediaTrackConstraintsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MediaTrackConstraintsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MediaStreamTrackEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MediaStreamTrackEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ConstrainBooleanParametersAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ConstrainBooleanParametersAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ConstrainDOMStringParametersAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ConstrainDOMStringParametersAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ConstrainDoubleRangeAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ConstrainDoubleRangeAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ConstrainLongRangeAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ConstrainLongRangeAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MediaTrackSettingsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MediaTrackSettingsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MediaTrackSupportedConstraintsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MediaTrackSupportedConstraintsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MerchantValidationEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MerchantValidationEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MessageEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MessageEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ReceiveMessageArgumentAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ReceiveMessageArgumentAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MessageListenerAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MessageListenerAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MouseEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MouseEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MozDocumentCallbackAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MozDocumentCallbackAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MozSharedMapChangeEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MozSharedMapChangeEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PaymentMethodChangeEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PaymentMethodChangeEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::AddressErrorsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::AddressErrorsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PayerErrorFieldsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PayerErrorFieldsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PaymentCurrencyAmountAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PaymentCurrencyAmountAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PaymentMethodDataAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PaymentMethodDataAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PaymentOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PaymentOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PaymentItemAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PaymentItemAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PaymentShippingOptionAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PaymentShippingOptionAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PaymentValidationErrorsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PaymentValidationErrorsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PaymentDetailsModifierAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PaymentDetailsModifierAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PaymentDetailsBaseAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PaymentDetailsBaseAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PaymentDetailsInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PaymentDetailsInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PaymentDetailsUpdateAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PaymentDetailsUpdateAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PeerConnectionObserverAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PeerConnectionObserverAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PerformanceEntryEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PerformanceEntryEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PerformanceObserverInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PerformanceObserverInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PerformanceEntryFilterOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PerformanceEntryFilterOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PeriodicWaveConstraintsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PeriodicWaveConstraintsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PeriodicWaveOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PeriodicWaveOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PermissionDescriptorAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PermissionDescriptorAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PluginCrashedEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PluginCrashedEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PointerEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PointerEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PopStateEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PopStateEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PopupBlockedEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PopupBlockedEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PresentationConnectionAvailableEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PresentationConnectionAvailableEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PresentationConnectionCloseEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PresentationConnectionCloseEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PrioEncodedDataAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PrioEncodedDataAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PrioParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PrioParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ProfileTimelineLayerRectAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ProfileTimelineLayerRectAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ProfileTimelineStackFrameAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ProfileTimelineStackFrameAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ProfileTimelineMarkerAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ProfileTimelineMarkerAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ProgressEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ProgressEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PromiseDebuggingStateHolderAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PromiseDebuggingStateHolderAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::UncaughtRejectionObserverAtoms* mozilla::dom::GetAtomCache<mozilla::dom::UncaughtRejectionObserverAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PromiseRejectionEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PromiseRejectionEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PushEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PushEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PushSubscriptionOptionsInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PushSubscriptionOptionsInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PushManagerImplAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PushManagerImplAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PushSubscriptionInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PushSubscriptionInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PushSubscriptionKeysAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PushSubscriptionKeysAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PushSubscriptionJSONAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PushSubscriptionJSONAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::RTCCertificateExpirationAtoms* mozilla::dom::GetAtomCache<mozilla::dom::RTCCertificateExpirationAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::RTCIceServerAtoms* mozilla::dom::GetAtomCache<mozilla::dom::RTCIceServerAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::RTCConfigurationAtoms* mozilla::dom::GetAtomCache<mozilla::dom::RTCConfigurationAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::CacheQueryOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::CacheQueryOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::CacheBatchOperationAtoms* mozilla::dom::GetAtomCache<mozilla::dom::CacheBatchOperationAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ContextAttributes2DAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ContextAttributes2DAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::HitRegionOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::HitRegionOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::CaretStateChangedEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::CaretStateChangedEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ChannelMergerOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ChannelMergerOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ChannelSplitterOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ChannelSplitterOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MozFrameAncestorInfoAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MozFrameAncestorInfoAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MozHTTPHeaderAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MozHTTPHeaderAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MozProxyInfoAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MozProxyInfoAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MozRequestFilterAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MozRequestFilterAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MozRequestMatchOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MozRequestMatchOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::CheckerboardReportAtoms* mozilla::dom::GetAtomCache<mozilla::dom::CheckerboardReportAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::Base64URLDecodeOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::Base64URLDecodeOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::Base64URLEncodeOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::Base64URLEncodeOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::CategoryDispatchDictionaryAtoms* mozilla::dom::GetAtomCache<mozilla::dom::CategoryDispatchDictionaryAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::CompileScriptOptionsDictionaryAtoms* mozilla::dom::GetAtomCache<mozilla::dom::CompileScriptOptionsDictionaryAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::HeapSnapshotBoundariesAtoms* mozilla::dom::GetAtomCache<mozilla::dom::HeapSnapshotBoundariesAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::IOActivityDataDictionaryAtoms* mozilla::dom::GetAtomCache<mozilla::dom::IOActivityDataDictionaryAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::OriginAttributesDictionaryAtoms* mozilla::dom::GetAtomCache<mozilla::dom::OriginAttributesDictionaryAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::OriginAttributesPatternDictionaryAtoms* mozilla::dom::GetAtomCache<mozilla::dom::OriginAttributesPatternDictionaryAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::PerformanceInfoDictionaryAtoms* mozilla::dom::GetAtomCache<mozilla::dom::PerformanceInfoDictionaryAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::SpeechSynthesisErrorEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::SpeechSynthesisErrorEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::SpeechSynthesisEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::SpeechSynthesisEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::StereoPannerOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::StereoPannerOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::StorageEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::StorageEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::StorageEstimateAtoms* mozilla::dom::GetAtomCache<mozilla::dom::StorageEstimateAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::StreamFilterDataEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::StreamFilterDataEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::StyleRuleChangeEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::StyleRuleChangeEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::StyleSheetApplicableStateChangeEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::StyleSheetApplicableStateChangeEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::StyleSheetChangeEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::StyleSheetChangeEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::AlgorithmAtoms* mozilla::dom::GetAtomCache<mozilla::dom::AlgorithmAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::CryptoKeyPairAtoms* mozilla::dom::GetAtomCache<mozilla::dom::CryptoKeyPairAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::RsaOtherPrimesInfoAtoms* mozilla::dom::GetAtomCache<mozilla::dom::RsaOtherPrimesInfoAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::AesCbcParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::AesCbcParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::AesCtrParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::AesCtrParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::AesDerivedKeyParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::AesDerivedKeyParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::AesGcmParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::AesGcmParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::AesKeyGenParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::AesKeyGenParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::DhImportKeyParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::DhImportKeyParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::DhKeyDeriveParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::DhKeyDeriveParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::DhKeyGenParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::DhKeyGenParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::EcKeyGenParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::EcKeyGenParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::EcKeyImportParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::EcKeyImportParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::EcdhKeyDeriveParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::EcdhKeyDeriveParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::EcdsaParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::EcdsaParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::HkdfParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::HkdfParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::HmacImportParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::HmacImportParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::HmacKeyGenParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::HmacKeyGenParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::JsonWebKeyAtoms* mozilla::dom::GetAtomCache<mozilla::dom::JsonWebKeyAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::Pbkdf2ParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::Pbkdf2ParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::RsaHashedImportParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::RsaHashedImportParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::RsaHashedKeyGenParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::RsaHashedKeyGenParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::RsaOaepParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::RsaOaepParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::RsaPssParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::RsaPssParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::HmacDerivedKeyParamsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::HmacDerivedKeyParamsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ServerSocketOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ServerSocketOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::TCPServerSocketEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::TCPServerSocketEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::SocketOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::SocketOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::TCPSocketErrorEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::TCPSocketErrorEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::TCPSocketEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::TCPSocketEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::TextDecodeOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::TextDecodeOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::TextDecoderOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::TextDecoderOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::TouchInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::TouchInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::TouchEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::TouchEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::TrackEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::TrackEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::TransitionEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::TransitionEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::TreeCellInfoAtoms* mozilla::dom::GetAtomCache<mozilla::dom::TreeCellInfoAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::RegisterRequestAtoms* mozilla::dom::GetAtomCache<mozilla::dom::RegisterRequestAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::RegisterResponseAtoms* mozilla::dom::GetAtomCache<mozilla::dom::RegisterResponseAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::RegisteredKeyAtoms* mozilla::dom::GetAtomCache<mozilla::dom::RegisteredKeyAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::SignResponseAtoms* mozilla::dom::GetAtomCache<mozilla::dom::SignResponseAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::U2FClientDataAtoms* mozilla::dom::GetAtomCache<mozilla::dom::U2FClientDataAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::UDPMessageEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::UDPMessageEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::UDPOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::UDPOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::UIEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::UIEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::EventModifierInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::EventModifierInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ExternalAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ExternalAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FakePluginMimeEntryAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FakePluginMimeEntryAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FakePluginTagInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FakePluginTagInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FetchReadableStreamReadDataArrayAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FetchReadableStreamReadDataArrayAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FetchReadableStreamReadDataDoneAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FetchReadableStreamReadDataDoneAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FetchEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FetchEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ObserverCallbackAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ObserverCallbackAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FilePropertyBagAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FilePropertyBagAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ChromeFilePropertyBagAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ChromeFilePropertyBagAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FileSystemFlagsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FileSystemFlagsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::ErrorCallbackAtoms* mozilla::dom::GetAtomCache<mozilla::dom::ErrorCallbackAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FileSystemEntryCallbackAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FileSystemEntryCallbackAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::VoidCallbackAtoms* mozilla::dom::GetAtomCache<mozilla::dom::VoidCallbackAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FileSystemEntriesCallbackAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FileSystemEntriesCallbackAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FileCallbackAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FileCallbackAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FocusEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FocusEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FontFaceDescriptorsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FontFaceDescriptorsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FontFaceSetIteratorResultAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FontFaceSetIteratorResultAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::FontFaceSetLoadEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::FontFaceSetLoadEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::GainOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::GainOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::GamepadAxisMoveEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::GamepadAxisMoveEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::GamepadButtonEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::GamepadButtonEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::DateTimeValueAtoms* mozilla::dom::GetAtomCache<mozilla::dom::DateTimeValueAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::MozPluginParameterAtoms* mozilla::dom::GetAtomCache<mozilla::dom::MozPluginParameterAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::AssignedNodesOptionsAtoms* mozilla::dom::GetAtomCache<mozilla::dom::AssignedNodesOptionsAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::HashChangeEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::HashChangeEventInitAtoms>(JSContext*) Unexecuted instantiation: mozilla::dom::HiddenPluginEventInitAtoms* mozilla::dom::GetAtomCache<mozilla::dom::HiddenPluginEventInitAtoms>(JSContext*) |
23 | | |
24 | | } // namespace dom |
25 | | } // namespace mozilla |
26 | | |
27 | | #endif // mozilla_dom_AtomList_h |