Searched defs:propertyIndex (Results 1 – 4 of 4) sorted by relevance
215 inline bool SetCachedString(JSHandle<EcmaString> str, uint32_t propertyIndex) in SetCachedString()225 inline JSHandle<EcmaString> GetCachedString(JSThread *thread, uint32_t propertyIndex) in GetCachedString()234 inline bool HasCachedString(uint32_t propertyIndex) in HasCachedString()
49 size_t propertyIndex; member
707 auto propertyIndex = inst.GetId().AsIndex(); in ResolveField() local
6998 …ol ExternalStringCache::SetCachedString(const EcmaVM *vm, const char *name, uint32_t propertyIndex) in SetCachedString()7010 Local<StringRef> ExternalStringCache::GetCachedString(const EcmaVM *vm, uint32_t propertyIndex) in GetCachedString()7020 bool ExternalStringCache::HasCachedString([[maybe_unused]] const EcmaVM *vm, uint32_t propertyIndex) in HasCachedString()