Searched defs:interfaceProp (Results 1 – 3 of 3) sorted by relevance
1303 std::string interfaceProp = std::string("<property>") + std::string(methodName.Utf8()); in CheckInterfaceProp() local1349 … if (const auto *interfaceProp = CheckInterfaceProp(ret, classDef_); interfaceProp != nullptr) { in GetDeclaringNode() local
2894 ir::ClassProperty *GetImplementationClassProp(ETSChecker *checker, ir::ClassProperty *interfaceProp, in GetImplementationClassProp()2960 auto *interfaceProp = originalProp->Clone(ProgramAllocator(), originalProp->Parent()); in GenerateGetterSetterPropertyAndMethod() local
1955 const interfaceProp = this.getInterfacePropertyFromObjectLiteralElement(prop, enclosingStmt); constant