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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 NotEnumerable | 66 NotEnumerable |
67 OverrideBuiltins | 67 OverrideBuiltins |
68 PerWorldBindings | 68 PerWorldBindings |
69 RaisesException | 69 RaisesException |
70 ReadOnly | 70 ReadOnly |
71 Reflect=* | 71 Reflect=* |
72 Replaceable | 72 Replaceable |
73 SetterCallWith=ScriptExecutionContext|ScriptState|ScriptArguments|ActiveWindow|F
irstWindow | 73 SetterCallWith=ScriptExecutionContext|ScriptState|ScriptArguments|ActiveWindow|F
irstWindow |
74 SetterRaisesException | 74 SetterRaisesException |
75 StrictTypeChecking | 75 StrictTypeChecking |
76 TreatNullAs=NullString | 76 TreatNullAs=* |
77 TreatReturnedNullStringAs=Null|Undefined | 77 TreatReturnedNullStringAs=Null|Undefined |
78 TreatUndefinedAs=NullString | 78 TreatUndefinedAs=* |
79 URL | 79 URL |
80 Unforgeable | 80 Unforgeable |
81 WrapAsFunction | 81 WrapAsFunction |
OLD | NEW |