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 7ac8ab8 commit 05bb3e1Copy full SHA for 05bb3e1
src/env.cc
@@ -207,10 +207,7 @@ void IsolateData::MemoryInfo(MemoryTracker* tracker) const {
207
#define V(PropertyName, StringValue) \
208
tracker->TrackField(#PropertyName, PropertyName());
209
PER_ISOLATE_SYMBOL_PROPERTIES(V)
210
-#undef V
211
212
-#define V(PropertyName, StringValue) \
213
- tracker->TrackField(#PropertyName, PropertyName());
214
PER_ISOLATE_STRING_PROPERTIES(V)
215
#undef V
216
0 commit comments