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

Method execStateFrameLocalCount

deps/v8/test/debugger/test-api.js:434–437  ·  view source on GitHub ↗
(frame)

Source from the content-addressed store, hash-verified

432 }
433
434 execStateFrameLocalCount(frame) {
435 const scope_details = this.getLocalScopeDetails(frame);
436 return scope_details ? scope_details.length : 0;
437 }
438
439 execStateFrameLocalName(frame, index) {
440 const scope_details = this.getLocalScopeDetails(frame);

Callers 1

execStateFrameMethod · 0.95

Calls 1

getLocalScopeDetailsMethod · 0.95

Tested by

no test coverage detected