Home
last modified time | relevance | path

Searched refs:GraphMultiView (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/turbolizer/src/
Dturbo-visualizer.ts8 import { GraphMultiView } from "../src/graphmultiview";
16 let multiview: GraphMultiView = null;
106 multiview = new GraphMultiView(C.INTERMEDIATE_PANE_ID, selectionBroker, sourceResolver);
Dgraphmultiview.ts25 export class GraphMultiView extends View { class