Lines Matching refs:staticKeys
80 JSHandle<TaggedArray> staticKeys;
83 staticKeys = factory->NewSOldSpaceTaggedArray(staticNum + STATIC_RESERVED_LENGTH);
86 staticKeys = factory->NewOldSpaceTaggedArray(staticNum + STATIC_RESERVED_LENGTH);
90 staticKeys->Set(thread, LENGTH_INDEX, globalConst->GetLengthString());
91 staticKeys->Set(thread, NAME_INDEX, globalConst->GetNameString());
92 staticKeys->Set(thread, PROTOTYPE_INDEX, globalConst->GetPrototypeString());
103 if (UNLIKELY(ExtractAndReturnWhetherWithElements(thread, literal, staticDetail, staticKeys,
119 extractor->SetStaticKeys(thread, staticKeys);
389 JSHandle<TaggedArray> staticKeys(thread, extractor->GetStaticKeys());
399 JSHandle<JSHClass> constructorHClass = ClassInfoExtractor::CreateConstructorHClass(thread, base, staticKeys,
446 JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, JSHandle<JSObject>(constructor), staticKeys,
477 JSHandle<TaggedArray> staticKeys(thread, extractor->GetStaticKeys());
483 constructorHClass = ClassInfoExtractor::CreateConstructorHClass(thread, base, staticKeys, staticProperties);
552 key.Update(staticKeys->Get(index));
559 JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, JSHandle<JSObject>(constructor), staticKeys,
734 JSHandle<TaggedArray> staticKeys(thread, extractor->GetStaticKeys());
736 SendableClassDefiner::FilterDuplicatedKeys(thread, staticKeys, staticProperties);
747 ClassInfoExtractor::CreateSendableHClass(thread, staticKeys, staticProperties, false, staticFields);
813 BuildSendableDictionaryProperties(thread, JSHandle<JSObject>(constructor), staticKeys,