Lines Matching full:index
45 uint32_t GetKeyIndex(int index) const;
46 uint32_t GetAttrIndex(int index) const;
47 …void SetPropertyInit(const JSThread *thread, int index, const JSTaggedValue &key, const PropertyAt…
48 void SetKey(const JSThread *thread, int index, const JSTaggedValue &key);
49 void SetNormalAttr(const JSThread *thread, int index, const PropertyAttributes &attr);
50 JSTaggedValue GetKey(int index) const;
51 PropertyAttributes GetAttr(int index) const;
52 JSTaggedValue GetSortedKey(int index) const;
53 uint32_t GetSortedIndex(int index) const;
54 void SetSortedIndex(const JSThread *thread, int index, int sortedIndex);
55 …void AddKey(const JSThread *thread, int index, const JSTaggedValue &key, const PropertyAttributes …
89 bool IsUninitializedProperty(const JSHandle<JSObject> object, uint32_t index);