Lines Matching refs:keys
26 // ClassInfoExtractor will analyze and extract the contents from class literal to keys, properties and elements(both
27 // non-static and static), later generate the complete hclass (both prototype and constructor) based on keys.
28 // Attention: keys accessor stores the property key and properties accessor stores the property value, but elements
67 JSHandle<TaggedArray> &keys,
71 JSHandle<TaggedArray> &keys,
73 static JSHandle<JSHClass> CreateSendableHClass(JSThread *thread, JSHandle<TaggedArray> &keys,
104 JSHandle<TaggedArray> &keys, JSHandle<TaggedArray> &properties,
127 JSHandle<TaggedArray> &keys,
153 static void FilterDuplicatedKeys(JSThread *thread, const JSHandle<TaggedArray> &keys,
189 JSHandle<TaggedArray> &keys,