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

Method execStateFrameLocalName

deps/v8/test/debugger/test-api.js:439–443  ·  view source on GitHub ↗
(frame, index)

Source from the content-addressed store, hash-verified

437 }
438
439 execStateFrameLocalName(frame, index) {
440 const scope_details = this.getLocalScopeDetails(frame);
441 if (index < 0 || index >= scope_details.length) return undefined;
442 return scope_details[index].name;
443 }
444
445 execStateFrameLocalValue(frame, index) {
446 const scope_details = this.getLocalScopeDetails(frame);

Callers 1

execStateFrameMethod · 0.95

Calls 1

getLocalScopeDetailsMethod · 0.95

Tested by

no test coverage detected