| OLD | NEW |
| 1 # | 1 # |
| 2 # This file describes all IDL attributes. | 2 # This file describes all IDL attributes. |
| 3 # If any IDL file uses an IDL attribute not listed below, the WebKit build will
fail. | 3 # If any IDL file uses an IDL attribute not listed below, the WebKit build will
fail. |
| 4 # If you want to add a new IDL attribute, you need to | 4 # If you want to add a new IDL attribute, you need to |
| 5 # (1) add the IDL attribute to this file | 5 # (1) add the IDL attribute to this file |
| 6 # (2) add the explanation to the WebKit IDL document (https://trac.webkit.or
g/wiki/WebKitIDL) | 6 # (2) add the explanation to the WebKit IDL document (https://trac.webkit.or
g/wiki/WebKitIDL) |
| 7 # (3) add test cases to run-bindings-tests | 7 # (3) add test cases to run-bindings-tests |
| 8 # | 8 # |
| 9 # The syntax of this file is as follows: | 9 # The syntax of this file is as follows: |
| 10 # - You can write one IDL attribute per one line. | 10 # - You can write one IDL attribute per one line. |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 CustomToJSObject | 48 CustomToJSObject |
| 49 Deletable | 49 Deletable |
| 50 DoNotCheckConstants | 50 DoNotCheckConstants |
| 51 DoNotCheckSecurity | 51 DoNotCheckSecurity |
| 52 DoNotCheckSecurityOnGetter | 52 DoNotCheckSecurityOnGetter |
| 53 DoNotCheckSecurityOnSetter | 53 DoNotCheckSecurityOnSetter |
| 54 EventTarget | 54 EventTarget |
| 55 ExtendsDOMGlobalObject | 55 ExtendsDOMGlobalObject |
| 56 GenerateIsReachable=ImplDocument|ImplElementRoot|ImplOwnerNodeRoot | 56 GenerateIsReachable=ImplDocument|ImplElementRoot|ImplOwnerNodeRoot |
| 57 Immutable | 57 Immutable |
| 58 ImplementationLacksVTable |
| 59 ImplementationNamespace=* |
| 58 ImplementedAs=* | 60 ImplementedAs=* |
| 59 IndexedGetter | 61 IndexedGetter |
| 60 InitializedByEventConstructor | 62 InitializedByEventConstructor |
| 61 InterfaceName=* | 63 InterfaceName=* |
| 62 IsIndex | 64 IsIndex |
| 63 IsWorkerContext | 65 IsWorkerContext |
| 64 JSCustom | 66 JSCustom |
| 65 JSCustomConstructor | 67 JSCustomConstructor |
| 66 JSCustomDefineOwnProperty | 68 JSCustomDefineOwnProperty |
| 67 JSCustomDefineOwnPropertyOnPrototype | 69 JSCustomDefineOwnPropertyOnPrototype |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 V8CustomSetter | 118 V8CustomSetter |
| 117 V8CustomToJSObject | 119 V8CustomToJSObject |
| 118 V8DependentLifetime | 120 V8DependentLifetime |
| 119 V8DoNotCheckSignature | 121 V8DoNotCheckSignature |
| 120 V8EnabledAtRuntime=* | 122 V8EnabledAtRuntime=* |
| 121 V8EnabledPerContext=* | 123 V8EnabledPerContext=* |
| 122 V8GenerateIsReachable=ImplDocument|ImplElementRoot|ImplOwnerRoot|ImplOwnerNodeRo
ot | 124 V8GenerateIsReachable=ImplDocument|ImplElementRoot|ImplOwnerRoot|ImplOwnerNodeRo
ot |
| 123 V8NoWrapperCache | 125 V8NoWrapperCache |
| 124 V8MeasureAs=* | 126 V8MeasureAs=* |
| 125 V8ReadOnly | 127 V8ReadOnly |
| 128 V8SkipVTableValidation |
| 126 V8Unforgeable | 129 V8Unforgeable |
| OLD | NEW |