Lines Matching full:properties
32 // non static properties number is hidden in the last index of Literal buffer in BuildClassInfoExtractorFromLiteral()
87 // without static properties, set class name in BuildClassInfoExtractorFromLiteral()
104 JSHandle<TaggedArray> &properties, in ExtractAndReturnWhetherWithElements() argument
110 ASSERT(keys->GetLength() == properties->GetLength() && elements->GetLength() == 0); in ExtractAndReturnWhetherWithElements()
127 properties->Set(thread, NAME_INDEX, secondValue); in ExtractAndReturnWhetherWithElements()
147 properties->Set(thread, pos, secondValue); in ExtractAndReturnWhetherWithElements()
158 properties->Set(thread, NAME_INDEX, clsNameHandle); in ExtractAndReturnWhetherWithElements()
163 properties->Trim(thread, trimOneLength); in ExtractAndReturnWhetherWithElements()
168 ASSERT(pos + elements->GetLength() / 2 == properties->GetLength()); // 2: half in ExtractAndReturnWhetherWithElements()
170 properties->Trim(thread, pos); in ExtractAndReturnWhetherWithElements()
178 JSHandle<TaggedArray> &properties) in CreatePrototypeHClass() argument
196 if (UNLIKELY(properties->Get(index).IsAccessor())) { in CreatePrototypeHClass()
224 JSHandle<TaggedArray> &properties) in CreateConstructorHClass() argument
230 properties->Get(NAME_INDEX).IsString()) { in CreateConstructorHClass()
247 if (LIKELY(properties->Get(NAME_INDEX).IsString())) { in CreateConstructorHClass()
250 ASSERT(properties->Get(NAME_INDEX).IsJSFunction()); in CreateConstructorHClass()
262 if (UNLIKELY(properties->Get(index).IsAccessor())) { in CreateConstructorHClass()
461 JSHandle<TaggedArray> &properties, in BuildDictionaryProperties() argument
468 ASSERT(keys->GetLength() == properties->GetLength()); in BuildDictionaryProperties()
482 if (LIKELY(properties->Get(ClassInfoExtractor::NAME_INDEX).IsString())) { in BuildDictionaryProperties()
485 ASSERT(properties->Get(ClassInfoExtractor::NAME_INDEX).IsJSFunction()); in BuildDictionaryProperties()
500 propValue.Update(properties->Get(index)); in BuildDictionaryProperties()