Home
last modified time | relevance | path

Searched defs:classDecl (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
Dtransform.ts347 …const classDecl = ts.factory.createClassDeclaration(/*modifiers*/ undefined, "Foo", /*typeParamete… constant
386 …const classDecl = ts.factory.createClassDeclaration([], "Foo", /*typeParameters*/ undefined, /*her… constant
/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts331 const classDecl = sourceFile.statements[0] as ts.ClassDeclaration; constant
/third_party/typescript/src/services/
DgoToDefinition.ts56 const classDecl = node.parent.parent; constant
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts971 public classDecl: NamedDeclaration = null; property in FuncDecl
/third_party/typescript/lib/
Dtsc.js63367 function classDeclarationExtendsNull(classDecl) { argument