Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts136 public printLabel() { method in AST
289 public printLabel() { method in Identifier
330 public printLabel() { return this.id.actualText + ":"; } method in Label
763 public printLabel() { method in NumberLiteral
817 public printLabel() { method in StringLiteral
908 public printLabel() { method in BoundDecl
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2510 AST.prototype.printLabel = function () { method in AST
2657 Identifier.prototype.printLabel = function () { method in Identifier
2698 Label.prototype.printLabel = function () { return this.id.actualText + ":"; }; method in Label
3111 NumberLiteral.prototype.printLabel = function () { method in NumberLiteral
3167 StringLiteral.prototype.printLabel = function () { method in StringLiteral
3260 BoundDecl.prototype.printLabel = function () { method in BoundDecl