Skip to content
Snippets Groups Projects
Commit 5151189f authored by Edgar Chen's avatar Edgar Chen
Browse files

Bug 1784266 - Part 8: Hide union TrySetTo* methods; r=peterv

parent eed7834b
No related branches found
No related tags found
No related merge requests found
......@@ -12377,6 +12377,7 @@ def getUnionTypeTemplateVars(unionType, type, descriptorProvider, isMember=False
Argument("bool&", "tryNext"),
Argument("bool", "passedToJSImpl", default="false"),
],
visibility="private",
body=jsConversion,
)
]
......@@ -12401,6 +12402,7 @@ def getUnionTypeTemplateVars(unionType, type, descriptorProvider, isMember=False
Argument("bool&", "tryNext"),
Argument("bool", "passedToJSImpl", default="false"),
],
visibility="private",
body=shimBody,
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment