Lines Matching full:undefined
44 const parent = ts.factory.createBindingElement(undefined, node, 'bindingElement');
50 …const parent = ts.factory.createPropertySignature(undefined, node, undefined, ts.factory.createKey…
56 …const parent = ts.factory.createMethodSignature(undefined, node, undefined, undefined, [], undefin…
68 … parent = ts.factory.createPropertyDeclaration(undefined, undefined, node, undefined, undefined, u…
74 …s.factory.createMethodDeclaration(undefined, undefined, undefined, node, undefined, undefined, [],…
80 … const parent = ts.factory.createSetAccessorDeclaration(undefined, undefined, node, [], undefined);
86 … parent = ts.factory.createGetAccessorDeclaration(undefined, undefined, node, [], undefined, undef…
162 it('should return flase when node is undefined', function () {
163 expect(NodeUtils.isInClassDeclarationForTest(undefined)).to.be.false;
166 …const node = ts.factory.createClassDeclaration(undefined, undefined, undefined, undefined, undefin…
170 …const node = ts.factory.createClassExpression(undefined, undefined, undefined, undefined, undefine…
175 …const parent = ts.factory.createClassExpression(undefined, undefined, undefined, undefined, undefi…
181 it('should return flase when node is undefined', function () {
182 expect(NodeUtils.isInClassDeclarationForTest(undefined)).to.be.false;
185 …const node = ts.factory.createClassDeclaration(undefined, undefined, undefined, undefined, undefin…
189 …const node = ts.factory.createClassExpression(undefined, undefined, undefined, undefined, undefine…
194 …const parent = ts.factory.createClassExpression(undefined, undefined, undefined, undefined, undefi…
200 it('should return flase when node is undefined', function () {
201 expect(NodeUtils.isInExpressionForTest(undefined)).to.be.false;
203 it('should return isInOperator(node) when node is not undefined', function () {
256 it('should return false when modifiers is undefined', function () {
258 … parent = ts.factory.createParameterDeclaration([], undefined, node, undefined, undefined, undefin…
264 …ory.createModifier(ts.SyntaxKind.AbstractKeyword)], undefined, node, undefined, undefined, undefin…
270 …ctory.createModifier(ts.SyntaxKind.PublicKeyword)], undefined, node, undefined, undefined, undefin…
271 …tory.createConstructorDeclaration(undefined, [ts.factory.createModifier(ts.SyntaxKind.AbstractKeyw…
287 …tory.createConstructorDeclaration(undefined, [ts.factory.createModifier(ts.SyntaxKind.AbstractKeyw…
319 … = ts.factory.createParameterDeclaration(undefined, undefined, undefined, node, undefined, undefin…
325 … const parent = ts.factory.createVariableDeclaration(node, undefined, undefined, undefined);
326 …lizer = ts.factory.createCallExpression(ts.factory.createIdentifier('name'), undefined, undefined);