### Version v18.11.0 ### Platform Microsoft Windows NT 10.0.19043.0 x64 ### Subsystem _No response_ ### What steps will reproduce the bug? ```js console.log(ReadableStream.prototype[Symbol.toStringTag]) console.log(WritableStream.prototype[Symbol.toStringTag]) console.log(TransformStream.prototype[Symbol.toStringTag]) ``` ### How often does it reproduce? Is there a required condition? _No response_ ### What is the expected behavior? to log `ReadableStream`, `WritableStream`, `TransformStream` ### What do you see instead? undefined ### Additional information _No response_