Searched refs:Usable (Results 1 – 5 of 5) sorted by relevance
96 …attribute [JSCCustomGetter,EnabledAtRuntime] WebSocketConstructor WebSocket; // Usable with the ne…121 attribute ArrayBufferConstructor ArrayBuffer; // Usable with new operator122 attribute Int8ArrayConstructor Int8Array; // Usable with new operator123 attribute Uint8ArrayConstructor Uint8Array; // Usable with new operator124 attribute Int16ArrayConstructor Int16Array; // Usable with new operator125 attribute Uint16ArrayConstructor Uint16Array; // Usable with new operator126 attribute Int32ArrayConstructor Int32Array; // Usable with new operator127 attribute Uint32ArrayConstructor Uint32Array; // Usable with new operator128 attribute Float32ArrayConstructor Float32Array; // Usable with new operator129 attribute Float64ArrayConstructor Float64Array; // Usable with new operator
485 attribute [CustomGetter] HTMLImageElementConstructor Image; // Usable with new operator486 attribute [CustomGetter] HTMLOptionElementConstructor Option; // Usable with new operator505 attribute [JSCCustomGetter] ArrayBufferConstructor ArrayBuffer; // Usable with new operator506 attribute [JSCCustomGetter] Int8ArrayConstructor Int8Array; // Usable with new operator507 attribute [JSCCustomGetter] Uint8ArrayConstructor Uint8Array; // Usable with new operator508 attribute [JSCCustomGetter] Int16ArrayConstructor Int16Array; // Usable with new operator509 attribute [JSCCustomGetter] Uint16ArrayConstructor Uint16Array; // Usable with new operator510 attribute [JSCCustomGetter] Int32ArrayConstructor Int32Array; // Usable with new operator511 attribute [JSCCustomGetter] Uint32ArrayConstructor Uint32Array; // Usable with new operator512 … attribute [JSCCustomGetter] Float32ArrayConstructor Float32Array; // Usable with new operator[all …]
127 int (*Usable)(struct fsm *); /* Ok to negotiate ? */ member
361 (*algorithm[f]->Usable)(fp)) { in CcpSendConfigReq()605 (*algorithm[f]->Usable)(fp) && in CcpDecodeConfig()
2875 bool Usable = !Constructor->isInvalidDecl() && in IsInitializerListConstructorConversion() local2878 if (Usable) { in IsInitializerListConstructorConversion()3005 bool Usable = !Constructor->isInvalidDecl(); in IsUserDefinedConversion() local3007 Usable = Usable && (AllowExplicit || !Constructor->isExplicit()); in IsUserDefinedConversion()3009 Usable = Usable &&Constructor->isConvertingConstructor(AllowExplicit); in IsUserDefinedConversion()3010 if (Usable) { in IsUserDefinedConversion()