Closed
Description
Currently we are able to display certain hidden properties of objects from util.inspect
through the V8 debug context's MakeMirror
:
- Promise status and value:
Lines 287 to 288 in e296ffb
- Collection iterator:
Lines 739 to 741 in e296ffb
While it works just fine currently, the V8 debugger API will be deprecated in V8 5.9 in favor of the v8 inspector API. We'll need to find a way to use the inspector API for this purpose.
/cc @nodejs/v8