Root JS object members in dictionaries

This commit is contained in:
Igor Matuszewski 2018-03-13 14:57:09 +01:00
parent b49acf40ba
commit 760e0a5b57
2 changed files with 4 additions and 6 deletions

View file

@ -369,7 +369,7 @@ impl TestBindingMethods for TestBinding {
nullableFloatValue: None,
nullableLongLongValue: None,
nullableLongValue: None,
nullableObjectValue: Heap::default(),
nullableObjectValue: RootedTraceableBox::new(Heap::default()),
nullableOctetValue: None,
nullableShortValue: None,
nullableStringValue: None,