Closed
Description
Version
all
Platform
n/a
Subsystem
build
What steps will reproduce the bug?
No response
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
Additional information
Currently there is only --v8-enable-object-print
, which defaults to true, making it (seemingly?) impossible to disable the "object print" feature. I feel like if this flag is defaulting to true/enabled, this should really be a --v8-disable-object-print
flag instead that defaults to false.