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 10 matching lines...) Expand all Loading... |
21 ActiveDOMObject | 21 ActiveDOMObject |
22 ActivityLog=Access|Setter|Getter|AccessForIsolatedWorlds|SetterForIsolatedWorlds
|GetterForIsolatedWorlds | 22 ActivityLog=Access|Setter|Getter|AccessForIsolatedWorlds|SetterForIsolatedWorlds
|GetterForIsolatedWorlds |
23 CachedAttribute | 23 CachedAttribute |
24 KeepAttributeAliveForGC | 24 KeepAttributeAliveForGC |
25 CallWith=ScriptExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow | 25 CallWith=ScriptExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow |
26 CheckSecurity | 26 CheckSecurity |
27 CheckSecurityForNode | 27 CheckSecurityForNode |
28 Clamp | 28 Clamp |
29 Conditional=* | 29 Conditional=* |
30 Constructor | 30 Constructor |
| 31 ConstructorCallWith=ScriptExecutionContext |
| 32 ConstructorRaisesException |
31 ConstructorTemplate=Event|TypedArray | 33 ConstructorTemplate=Event|TypedArray |
32 Custom | 34 Custom |
33 CustomConstructor | 35 CustomConstructor |
34 CustomEnumerateProperty | 36 CustomEnumerateProperty |
35 CustomGetter | 37 CustomGetter |
36 CustomIsReachable | 38 CustomIsReachable |
37 CustomLegacyCall | 39 CustomLegacyCall |
38 CustomSetter | 40 CustomSetter |
39 CustomToV8 | 41 CustomToV8 |
40 Default=NullString|Undefined | 42 Default=NullString|Undefined |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 Replaceable | 75 Replaceable |
74 SetterCallWith=ScriptExecutionContext|ScriptState|ScriptArguments|ActiveWindow|F
irstWindow | 76 SetterCallWith=ScriptExecutionContext|ScriptState|ScriptArguments|ActiveWindow|F
irstWindow |
75 SetterRaisesException | 77 SetterRaisesException |
76 StrictTypeChecking | 78 StrictTypeChecking |
77 TreatNullAs=* | 79 TreatNullAs=* |
78 TreatReturnedNullStringAs=Null|Undefined | 80 TreatReturnedNullStringAs=Null|Undefined |
79 TreatUndefinedAs=* | 81 TreatUndefinedAs=* |
80 URL | 82 URL |
81 Unforgeable | 83 Unforgeable |
82 WrapAsFunction | 84 WrapAsFunction |
OLD | NEW |