| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 Immutable | 62 Immutable |
| 63 ImplementationLacksVTable | 63 ImplementationLacksVTable |
| 64 ImplementationNamespace=* | 64 ImplementationNamespace=* |
| 65 ImplementedAs=* | 65 ImplementedAs=* |
| 66 InitializedByEventConstructor | 66 InitializedByEventConstructor |
| 67 InterfaceName=* | 67 InterfaceName=* |
| 68 IsIndex | 68 IsIndex |
| 69 MasqueradesAsUndefined | 69 MasqueradesAsUndefined |
| 70 MeasureAs=* | 70 MeasureAs=* |
| 71 NamedConstructor=* | 71 NamedConstructor=* |
| 72 NoInterfaceObject |
| 72 NotEnumerable | 73 NotEnumerable |
| 73 PerWorldBindings | 74 PerWorldBindings |
| 74 RaisesException | 75 RaisesException |
| 75 ReadOnly | 76 ReadOnly |
| 76 Reflect=* | 77 Reflect=* |
| 77 Replaceable | 78 Replaceable |
| 78 SetterRaisesException | 79 SetterRaisesException |
| 79 SkipVTableValidation | 80 SkipVTableValidation |
| 80 StrictTypeChecking | 81 StrictTypeChecking |
| 81 TreatNullAs=NullString | 82 TreatNullAs=NullString |
| 82 TreatReturnedNullStringAs=Null|Undefined | 83 TreatReturnedNullStringAs=Null|Undefined |
| 83 TreatUndefinedAs=NullString | 84 TreatUndefinedAs=NullString |
| 84 TypedArray=* | 85 TypedArray=* |
| 85 URL | 86 URL |
| 86 Unforgeable | 87 Unforgeable |
| 87 WrapAsFunction | 88 WrapAsFunction |
| OLD | NEW |