Searched defs:propertyIndex (Results 1 – 4 of 4) sorted by relevance
175 inline bool SetCachedString(JSHandle<EcmaString> str, uint32_t propertyIndex) in SetCachedString()185 inline JSHandle<EcmaString> GetCachedString(JSThread *thread, uint32_t propertyIndex) in GetCachedString()194 inline bool HasCachedString(uint32_t propertyIndex) in HasCachedString()
49 size_t propertyIndex; member
668 auto propertyIndex = inst.GetId().AsIndex(); in ResolveField() local
6139 …ol ExternalStringCache::SetCachedString(const EcmaVM *vm, const char *name, uint32_t propertyIndex) in SetCachedString()6151 Local<StringRef> ExternalStringCache::GetCachedString(const EcmaVM *vm, uint32_t propertyIndex) in GetCachedString()6161 bool ExternalStringCache::HasCachedString([[maybe_unused]] const EcmaVM *vm, uint32_t propertyIndex) in HasCachedString()