Lines Matching refs:getChildVariableScope
75 …expect(globalScope.getChildVariableScope().length, "should not have any children!").to.be.equal(0);
101 let children = globalScope.getChildVariableScope();
110 let grandchildren0 = son0.getChildVariableScope();
119 let grandgrandchiildren0 = grandson0.getChildVariableScope();
127 expect(grandson1.getChildVariableScope().length).to.be.equal(0);
131 let grandchildren1 = son1.getChildVariableScope();
174 let children = globalScope.getChildVariableScope();
176 expect(postOrderVariableScopes[0]).to.be.deep.equal(children[0].getChildVariableScope()[0]);
177 expect(postOrderVariableScopes[1]).to.be.deep.equal(children[0].getChildVariableScope()[1]);
228 let children = globalScope.getChildVariableScope();
229 let grandchildren1 = children[1].getChildVariableScope();
232 … expect(postOrderVariableScopes[1]).to.be.deep.equal(grandchildren1[0].getChildVariableScope()[0]);
233 … expect(postOrderVariableScopes[2]).to.be.deep.equal(grandchildren1[0].getChildVariableScope()[1]);