Home
last modified time | relevance | path

Searched defs:constructorDecl (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts1258 public constructorDecl: FuncDecl = null; property in ClassDeclaration
/third_party/typescript/lib/
Dtsc.js63510 function isInConstructorArgumentInitializer(node, constructorDecl) { argument