MCPcopy Index your code
hub / github.com/nodejs/node / eventDataException

Method eventDataException

deps/v8/test/debugger/test-api.js:649–662  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

647 }
648
649 eventDataException(params) {
650 switch (params.data.type) {
651 case "string": {
652 return params.data.value;
653 }
654 case "object": {
655 const props = this.getProperties(params.data.objectId);
656 return this.propertiesToObject(props);
657 }
658 default: {
659 return undefined;
660 }
661 }
662 }
663
664 eventDataScriptSource(id) {
665 const {msgid, msg} = this.createMessage(

Callers 1

handleDebuggerPausedMethod · 0.95

Calls 2

getPropertiesMethod · 0.95
propertiesToObjectMethod · 0.95

Tested by

no test coverage detected