Home
last modified time | relevance | path

Searched defs:extendsList (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource9.js11 var extendsList: Type[] = null; variable
DparserRealSource11.js3568 function TypeDeclaration(nodeType, name, extendsList, implementsList, members) { argument
3586 function ClassDeclaration(name, members, extendsList, implementsList) { argument
3605 function InterfaceDeclaration(name, members, extendsList, implementsList) { argument
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts1241 public extendsList: ASTList, property in TypeDeclaration