Home
last modified time | relevance | path

Searched defs:isProperty (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource7.js505 var isProperty = hasFlag(varDecl.varFlags, VarFlags.Property); variable
DparserRealSource11.js3256 …BoundDecl.prototype.isProperty = function () { return hasFlag(this.varFlags, VarFlags.Property); }; method in BoundDecl
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts902 public isProperty() { return hasFlag(this.varFlags, VarFlags.Property); } method in BoundDecl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp161 bool isProperty() const { return IsSpecial; } in isProperty() function in __anoned05903f0111::LatticeCell
/third_party/typescript/src/compiler/
Dchecker.ts9251 …const isProperty = isPropertyDeclaration(declaration) && !hasAccessorModifier(declaration) || isPr… constant
/third_party/typescript/lib/
Dtsc.js48886 function addOptionality(type, isProperty, isOptional) { argument
59299 function getOptionalType(type, isProperty) { argument
DtypingsInstaller.js58894 function addOptionality(type, isProperty, isOptional) { argument
70802 function getOptionalType(type, isProperty) { argument