We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17910d0 + e12c88a commit 1649d36Copy full SHA for 1649d36
1 file changed
lib/Runtime/Library/ConcatString.h
@@ -9,7 +9,7 @@ namespace Js
9
class LiteralStringWithPropertyStringPtr : public LiteralString
10
{
11
private:
12
- PropertyString * propertyString;
+ Field(PropertyString *) propertyString;
13
14
public:
15
PropertyString * GetPropertyString() const;
0 commit comments