We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcb2ae commit 4f46412Copy full SHA for 4f46412
js/src/vm/StringType.cpp
@@ -2476,7 +2476,7 @@ JS_PUBLIC_API JSString* JS::NewStringFromKnownLiveUTF8Buffer(
2476
return ::NewStringFromUTF8Buffer(cx, buffer, length);
2477
}
2478
2479
-#if defined(DEBUG) || defined(JS_JITSPEW) || defined(JS_CACHEIR_SPEW)
+#if defined(DEBUG) || defined(JS_JITSPEW) || defined(JS_CACHEIR_SPEW) || defined(JS_CACHEIR_SPEW) || defined(JS_TAINTSPEW)
2480
void JSExtensibleString::dumpOwnRepresentationFields(
2481
js::JSONPrinter& json) const {
2482
json.property("capacity", capacity());
0 commit comments