Lines Matching full:attributes
115 … infos.instancePropertiesInfo.attributes.push_back(PropertyAttribute(tempStr, true, true, true)); in GetNewSendableClassFunction()
118 … infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(tempStr, true, true, true)); in GetNewSendableClassFunction()
121 … infos.nonStaticPropertiesInfo.attributes.push_back(PropertyAttribute(tempStr, true, true, true)); in GetNewSendableClassFunction()
138 …infos.instancePropertiesInfo.attributes.push_back(PropertyAttribute(instanceStr, true, true, true)… in GetNewSendableClassFunction()
143 infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(staticStr, true, true, true)); in GetNewSendableClassFunction()
148 …infos.nonStaticPropertiesInfo.attributes.push_back(PropertyAttribute(nonStaticStr, true, true, tru… in GetNewSendableClassFunction()
155 …infos.instancePropertiesInfo.attributes.push_back(PropertyAttribute(duplicatedValue, true, true, t… in GetNewSendableClassFunction()
443 infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(func, true, true, true)); in HWTEST_F_L0()
463 …infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(getterSetter, true, true, true)); in HWTEST_F_L0()
486 … infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(staticValue, true, true, true)); in HWTEST_F_L0()
506 info.attributes.push_back(PropertyAttribute(str, true, true, true)); in HWTEST_F_L0()