Searched defs:propertyName (Results 1 – 7 of 7) sorted by relevance
1041 const propertyName: string = item.name.getText(); constant1144 const propertyName: ts.Identifier | ts.PrivateIdentifier = node.expression.name; constant
708 const propertyName: ts.Identifier = node.name as ts.Identifier; constant
467 const propertyName: string = node.name.getText(); constant
979 const propertyName: string = item.name.getText(); constant
184 char propertyName [PropertyNameLength]; member
183 char propertyName [PropertyNameLength]; member
513 napi_value propertyName = nullptr; in RemoveNapiWrap() local