Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/js-heap/logic/
DAllocation.test.ts296 let nodeById = allocationLogic.getNodeById(12); variable
297 expect(nodeById).not.toBe();
302 let nodeById = allocationLogic.getNodeById(11); variable
303 expect(nodeById).toBe(null);