Searched defs:isProperty (Results 1 – 7 of 7) sorted by relevance
505 var isProperty = hasFlag(varDecl.varFlags, VarFlags.Property); variable
3256 …BoundDecl.prototype.isProperty = function () { return hasFlag(this.varFlags, VarFlags.Property); }; method in BoundDecl
902 public isProperty() { return hasFlag(this.varFlags, VarFlags.Property); } method in BoundDecl
161 bool isProperty() const { return IsSpecial; } in isProperty() function in __anoned05903f0111::LatticeCell
9251 …const isProperty = isPropertyDeclaration(declaration) && !hasAccessorModifier(declaration) || isPr… constant
48886 function addOptionality(type, isProperty, isOptional) { argument59299 function getOptionalType(type, isProperty) { argument
58894 function addOptionality(type, isProperty, isOptional) { argument70802 function getOptionalType(type, isProperty) { argument