| 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 cb43efa99ac240c1a4b1ba94f18c848e7eb96d85..ee8f41c58bc1ca2ce70f962b6beaaad539d8b167 100644
|
| --- a/Source/bindings/scripts/unstable/v8_attributes.py
|
| +++ b/Source/bindings/scripts/unstable/v8_attributes.py
|
| @@ -122,6 +122,7 @@ def generate_attribute(interface, attribute):
|
| 'per_context_enabled_function': v8_utilities.per_context_enabled_function_name(attribute), # [PerContextEnabled]
|
| 'property_attributes': property_attributes(attribute),
|
| 'put_forwards': 'PutForwards' in extended_attributes,
|
| + 'reflect_empty': extended_attributes.get('ReflectEmpty'),
|
| 'reflect_invalid': extended_attributes.get('ReflectInvalid', ''),
|
| 'reflect_missing': extended_attributes.get('ReflectMissing'),
|
| 'reflect_only': extended_attributes['ReflectOnly'].split('|')
|
|
|