Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts154 public treeViewLabel() { method in AST
285 public treeViewLabel() { method in Identifier
743 public treeViewLabel() { method in NumberLiteral
813 public treeViewLabel() { method in StringLiteral
926 public treeViewLabel() { method in VarDecl
940 public treeViewLabel() { method in ArgDecl
1085 public treeViewLabel() { method in FuncDecl
1136 public treeViewLabel() { method in Script
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2525 AST.prototype.treeViewLabel = function () { method in AST
2654 Identifier.prototype.treeViewLabel = function () { method in Identifier
3096 NumberLiteral.prototype.treeViewLabel = function () { method in NumberLiteral
3164 StringLiteral.prototype.treeViewLabel = function () { method in StringLiteral
3277 VarDecl.prototype.treeViewLabel = function () { method in VarDecl
3292 ArgDecl.prototype.treeViewLabel = function () { method in ArgDecl
3421 FuncDecl.prototype.treeViewLabel = function () { method in FuncDecl
3471 Script.prototype.treeViewLabel = function () { method in Script