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

Function checkScope

test/parallel/test-inspector-bindings.js:21–28  ·  view source on GitHub ↗
(session, scopeId)

Source from the content-addressed store, hash-verified

19let scopeCallback = null;
20
21function checkScope(session, scopeId) {
22 session.post('Runtime.getProperties', {
23 'objectId': scopeId,
24 'ownProperties': false,
25 'accessorPropertiesOnly': false,
26 'generatePreview': true
27 }, scopeCallback);
28}
29
30function debuggerPausedCallback(session, notification) {
31 const params = notification.params;

Callers 1

debuggerPausedCallbackFunction · 0.85

Calls 1

postMethod · 0.45

Tested by

no test coverage detected