Searched refs:nodeStack (Results 1 – 1 of 1) sorted by relevance
307 let nodeStack = allocationLogic.getNodeStack(12); variable308 expect(nodeStack.length).toBe(0);312 let nodeStack = allocationLogic.getFunctionNodeIds(12); variable313 expect(nodeStack).not.toBe([]);318 let nodeStack = allocationLogic.getParent(parentData); variable319 expect(nodeStack).toBeUndefined();342 let nodeStack = allocationLogic.getParent(parentData); variable343 expect(nodeStack).toBeUndefined();348 let nodeStack = allocationLogic.getFunctionList(); variable349 expect(nodeStack.length).not.toEqual(0);[all …]