Searched defs:propertyIndex (Results 1 – 3 of 3) sorted by relevance
25 uint16_t propertyIndex; member
172 void JsiObject::SetProperty(int32_t propertyIndex, T value) const200 T JsiObject::GetPropertyValue(int32_t propertyIndex, T defaultValue) const
2824 …::StringRef> JsiDeclarativeEngineInstance::GetCachedString(const EcmaVM *vm, int32_t propertyIndex) in GetCachedString()