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

Method getProperties

deps/v8/test/debugger/test-api.js:414–420  ·  view source on GitHub ↗
(objectId)

Source from the content-addressed store, hash-verified

412 }
413
414 getProperties(objectId) {
415 const {msgid, msg} = this.createMessage(
416 "Runtime.getProperties", { objectId : objectId, ownProperties: true });
417 this.sendMessage(msg);
418 const reply = this.takeReplyChecked(msgid);
419 return reply.result.result;
420 }
421
422 getLocalScopeDetails(frame) {
423 const scopes = frame.scopeChain;

Callers 15

execStateScopeObjectMethod · 0.95
getLocalScopeDetailsMethod · 0.95
eventDataExceptionMethod · 0.95
loadScopesMethod · 0.80
visitClassDeclarationFunction · 0.80
transformConstructorBodyFunction · 0.80
reclassifyByTypeFunction · 0.80
getUnmatchedAttributesFunction · 0.80
printPrivateMembersFunction · 0.80
getScopeValuesFunction · 0.80

Calls 3

createMessageMethod · 0.95
sendMessageMethod · 0.95
takeReplyCheckedMethod · 0.95

Tested by

no test coverage detected