Home
last modified time | relevance | path

Searched refs:callFrame (Results 1 - 17 of 17) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-inspector-bindings.js32 const callFrame = params.callFrames[0];
33 const scopeId = callFrame.scopeChain[0].object.objectId;
H A Dtest-worker-debug.js107 const callFrame = notification.params.callFrames[0];
108 assert.strictEqual(callFrame.location.lineNumber, line);
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js518 constructor(callFrame) {
519 ObjectAssign(this, callFrame);
546 ArrayPrototypeMap(this, (callFrame, idx) => {
550 } = callFrame;
568 (callFrame) =>
569 (callFrame instanceof CallFrame ?
570 callFrame :
571 new CallFrame(callFrame)),
/third_party/node/test/common/
H A Dcpu-prof.js19 const frame = i.callFrame;
H A Dprof.js16 (child) => child.callFrame.functionName === func,
H A Dinspector-helper.js255 const callFrame = message.params.callFrames[0];
256 const location = callFrame.location;
/third_party/node/test/sequential/
H A Dtest-diagnostic-dir-heap-prof.js19 (child) => child.callFrame.functionName === func
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc408 std::unique_ptr<protocol::Runtime::CallFrame> callFrame = in buildSampingHeapProfileNode() local
418 .setCallFrame(std::move(callFrame)) in buildSampingHeapProfileNode()
H A Dv8-profiler-agent-impl.cc69 auto callFrame = in buildInspectorObjectFor() local
78 .setCallFrame(std::move(callFrame)) in buildInspectorObjectFor()
H A Dv8-debugger-agent-impl.h124 const String16& callFrame) override;
/third_party/typescript/lib/
H A DtypingsInstaller.js7259 if (node.callFrame.url) {
7260 var url = ts.normalizeSlashes(node.callFrame.url);
7262 node.callFrame.url = ts.getRelativePathToDirectoryOrUrl(fileUrlRoot, url, fileUrlRoot, ts.createGetCanonicalFileName(useCaseSensitiveFileNames), /*isAbsolutePathAnUrl*/ true);
7265 node.callFrame.url = (remappedPaths.has(url) ? remappedPaths : remappedPaths.set(url, "external".concat(externalFileCounter, ".js"))).get(url);
[all...]
H A Dtsc.js4642 if (node.callFrame.url) {
4643 var url = ts.normalizeSlashes(node.callFrame.url);
4645 node.callFrame.url = ts.getRelativePathToDirectoryOrUrl(fileUrlRoot, url, fileUrlRoot, ts.createGetCanonicalFileName(useCaseSensitiveFileNames), true);
4648 node.callFrame.url = (remappedPaths.has(url) ? remappedPaths : remappedPaths.set(url, "external".concat(externalFileCounter, ".js"))).get(url);
[all...]
H A Dtsserverlibrary.js7278 if (node.callFrame.url) {
7279 var url = ts.normalizeSlashes(node.callFrame.url);
7281 node.callFrame.url = ts.getRelativePathToDirectoryOrUrl(fileUrlRoot, url, fileUrlRoot, ts.createGetCanonicalFileName(useCaseSensitiveFileNames), /*isAbsolutePathAnUrl*/ true);
7284 node.callFrame.url = (remappedPaths.has(url) ? remappedPaths : remappedPaths.set(url, "external".concat(externalFileCounter, ".js"))).get(url);
[all...]
H A Dtypescript.js7269 if (node.callFrame.url) {
7270 var url = ts.normalizeSlashes(node.callFrame.url);
7272 node.callFrame.url = ts.getRelativePathToDirectoryOrUrl(fileUrlRoot, url, fileUrlRoot, ts.createGetCanonicalFileName(useCaseSensitiveFileNames), /*isAbsolutePathAnUrl*/ true);
7275 node.callFrame.url = (remappedPaths.has(url) ? remappedPaths : remappedPaths.set(url, "external".concat(externalFileCounter, ".js"))).get(url);
[all...]
H A DtypescriptServices.js7269 if (node.callFrame.url) {
7270 var url = ts.normalizeSlashes(node.callFrame.url);
7272 node.callFrame.url = ts.getRelativePathToDirectoryOrUrl(fileUrlRoot, url, fileUrlRoot, ts.createGetCanonicalFileName(useCaseSensitiveFileNames), /*isAbsolutePathAnUrl*/ true);
7275 node.callFrame.url = (remappedPaths.has(url) ? remappedPaths : remappedPaths.set(url, "external".concat(externalFileCounter, ".js"))).get(url);
[all...]
H A Dtsserver.js7279 if (node.callFrame.url) {
7280 var url = ts.normalizeSlashes(node.callFrame.url);
7282 node.callFrame.url = ts.getRelativePathToDirectoryOrUrl(fileUrlRoot, url, fileUrlRoot, ts.createGetCanonicalFileName(useCaseSensitiveFileNames), /*isAbsolutePathAnUrl*/ true);
7285 node.callFrame.url = (remappedPaths.has(url) ? remappedPaths : remappedPaths.set(url, "external".concat(externalFileCounter, ".js"))).get(url);
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js7132 if (node.callFrame.url) {
7133 var url = ts.normalizeSlashes(node.callFrame.url);
7135 node.callFrame.url = ts.getRelativePathToDirectoryOrUrl(fileUrlRoot, url, fileUrlRoot, ts.createGetCanonicalFileName(useCaseSensitiveFileNames), /*isAbsolutePathAnUrl*/ true);
7138 node.callFrame.url = (remappedPaths.has(url) ? remappedPaths : remappedPaths.set(url, "external".concat(externalFileCounter, ".js"))).get(url);
[all...]

Completed in 195 milliseconds