Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts83 ArgDecl, enumerator
DparserRealSource11.ts931 export class ArgDecl extends BoundDecl { class
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js3283 var ArgDecl = /** @class */ (function (_super) { class
3285 function ArgDecl(id) { class in anonymousFunction6fc5d51d0600.ArgDecl
3291 ArgDecl.prototype.isOptionalArg = function () { return this.isOptional || this.init; }; class