We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a3526 commit e798479Copy full SHA for e798479
lib/Runtime/Library/JavascriptMap.h
@@ -37,7 +37,9 @@ namespace Js
37
Field(SimpleVarDataMap*) simpleVarMap;
38
Field(ComplexVarDataMap*) complexVarMap;
39
MapUnion() {}
40
- } u;
+ };
41
+
42
+ Field(MapUnion) u;
43
44
Field(MapKind) kind = MapKind::EmptyMap;
45
lib/Runtime/Library/JavascriptSet.h
@@ -45,7 +45,9 @@ namespace Js
Field(ComplexVarDataSet*) complexVarSet;
46
Field(BVSparse<Recycler>*) intSet;
47
SetUnion() {}
48
49
50
+ Field(SetUnion) u;
51
52
Field(SetKind) kind = SetKind::EmptySet;
53
0 commit comments