| Index: Source/bindings/scripts/unstable/v8_attributes.py
|
| diff --git a/Source/bindings/scripts/unstable/v8_attributes.py b/Source/bindings/scripts/unstable/v8_attributes.py
|
| index 6564b951cc1085df0aeaa2d08decf9ef0e809946..d96f3d4342698004fe7ede0a852ff7dd07ea1901 100644
|
| --- a/Source/bindings/scripts/unstable/v8_attributes.py
|
| +++ b/Source/bindings/scripts/unstable/v8_attributes.py
|
| @@ -97,6 +97,8 @@ def generate_attribute(interface, attribute):
|
| 'is_getter_raises_exception': (
|
| 'RaisesException' in extended_attributes and
|
| extended_attributes['RaisesException'] in [None, 'Getter']),
|
| + 'is_initialized_by_event_constructor':
|
| + 'InitializedByEventConstructor' in extended_attributes,
|
| 'is_keep_alive_for_gc': is_keep_alive_for_gc(attribute),
|
| 'is_nullable': attribute.is_nullable,
|
| 'is_per_world_bindings': 'PerWorldBindings' in extended_attributes,
|
|
|