Lines Matching defs:const
2 const common = require('../common');
4 const assert = require('assert');
5 const inspector = require('inspector');
6 const path = require('path');
7 const { pathToFileURL } = require('url');
31 const params = notification.params;
32 const callFrame = params.callFrames[0];
33 const scopeId = callFrame.scopeChain[0].object.objectId;
49 const session = new inspector.Session();
51 const error = new Error('We expect this');
53 const promise = new Promise(waitForWarningSkipAsyncStackTraces);
61 const failures = [];
62 const expects = {
67 const i = cur++;
78 const session = new inspector.Session();
104 const session = new inspector.Session();