Index: Source/bindings/scripts/v8_union.py |
diff --git a/Source/bindings/scripts/v8_union.py b/Source/bindings/scripts/v8_union.py |
index 45277fa0c133f394a0cf597bc3f65a78c89f7087..47b264ad88123cfbee281df3584370bc7b80f9c2 100644 |
--- a/Source/bindings/scripts/v8_union.py |
+++ b/Source/bindings/scripts/v8_union.py |
@@ -109,6 +109,7 @@ def container_context(union_type, interfaces_info): |
'boolean_type': boolean_type, |
'cpp_class': union_type.cpp_type, |
'dictionary_type': dictionary_type, |
+ 'type_string': str(union_type), |
'includes_nullable_type': union_type.includes_nullable_type, |
'interface_types': interface_types, |
'members': members, |