• Home
  • Raw
  • Download

Lines Matching full:cast

507         DumpStringClass(EcmaString::Cast(key.GetTaggedObject()), os);  in DumpPropertyKey()
509 JSSymbol *sym = JSSymbol::Cast(key.GetTaggedObject()); in DumpPropertyKey()
510 DumpStringClass(EcmaString::Cast(sym->GetDescription().GetTaggedObject()), os); in DumpPropertyKey()
531 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in DumpHClass()
547 ProtoChangeMarker::Cast(marker.GetTaggedObject())->Dump(os); in DumpHClass()
556 ProtoChangeDetails::Cast(details.GetTaggedObject())->Dump(os); in DumpHClass()
564 length = WeakVector::Cast(supers.GetTaggedObject())->GetExtraLength(); in DumpHClass()
570 WeakVector::Cast(supers.GetTaggedObject())->Dump(os); in DumpHClass()
579 VTable::Cast(vtable.GetTaggedObject())->Dump(os); in DumpHClass()
599 DumpHClass(JSHClass::Cast(obj), os, true); in DumpClass()
649 DumpArrayClass(TaggedArray::Cast(obj), os); in DumpObject()
652 DumpConstantPoolClass(ConstantPool::Cast(obj), os); in DumpObject()
655 VTable::Cast(obj)->Dump(os); in DumpObject()
660 DumpStringClass(EcmaString::Cast(obj), os); in DumpObject()
678 JSObject::Cast(obj)->Dump(os); in DumpObject()
682 JSFunctionBase::Cast(obj)->Dump(os); in DumpObject()
685 GlobalEnv::Cast(obj)->Dump(os); in DumpObject()
691 JSFunction::Cast(obj)->Dump(os); in DumpObject()
695 JSBoundFunction::Cast(obj)->Dump(os); in DumpObject()
699 JSSet::Cast(obj)->Dump(os); in DumpObject()
703 JSMap::Cast(obj)->Dump(os); in DumpObject()
707 JSWeakSet::Cast(obj)->Dump(os); in DumpObject()
711 JSWeakMap::Cast(obj)->Dump(os); in DumpObject()
715 JSWeakRef::Cast(obj)->Dump(os); in DumpObject()
718 JSFinalizationRegistry::Cast(obj)->Dump(os); in DumpObject()
721 CellRecord::Cast(obj)->Dump(os); in DumpObject()
725 JSRegExp::Cast(obj)->Dump(os); in DumpObject()
729 JSDate::Cast(obj)->Dump(os); in DumpObject()
733 JSArray::Cast(obj)->Dump(os); in DumpObject()
748 JSTypedArray::Cast(obj)->Dump(os); in DumpObject()
751 BigInt::Cast(obj)->Dump(os); in DumpObject()
754 ByteArray::Cast(obj)->Dump(os); in DumpObject()
758 JSProxy::Cast(obj)->Dump(os); in DumpObject()
761 JSPrimitiveRef::Cast(obj)->Dump(os); in DumpObject()
764 JSSymbol::Cast(obj)->Dump(os); in DumpObject()
767 JSDataView::Cast(obj)->Dump(os); in DumpObject()
770 JSArrayBuffer::Cast(obj)->Dump(os); in DumpObject()
773 JSArrayBuffer::Cast(obj)->Dump(os); in DumpObject()
776 PromiseReaction::Cast(obj)->Dump(os); in DumpObject()
779 PromiseCapability::Cast(obj)->Dump(os); in DumpObject()
782 PromiseIteratorRecord::Cast(obj)->Dump(os); in DumpObject()
785 PromiseRecord::Cast(obj)->Dump(os); in DumpObject()
788 ResolvingFunctionsRecord::Cast(obj)->Dump(os); in DumpObject()
792 JSPromise::Cast(obj)->Dump(os); in DumpObject()
795 JSPromiseReactionsFunction::Cast(obj)->Dump(os); in DumpObject()
798 JSPromiseExecutorFunction::Cast(obj)->Dump(os); in DumpObject()
801 AsyncGeneratorRequest::Cast(obj)->Dump(os); in DumpObject()
804 AsyncIteratorRecord::Cast(obj)->Dump(os); in DumpObject()
807 JSAsyncFromSyncIterator::Cast(obj)->Dump(os); in DumpObject()
810 JSAsyncFromSyncIterUnwarpFunction::Cast(obj)->Dump(os); in DumpObject()
813 JSPromiseAllResolveElementFunction::Cast(obj)->Dump(os); in DumpObject()
816 JSPromiseAnyRejectElementFunction::Cast(obj)->Dump(os); in DumpObject()
819 JSPromiseAllSettledElementFunction::Cast(obj)->Dump(os); in DumpObject()
822 JSPromiseFinallyFunction::Cast(obj)->Dump(os); in DumpObject()
825 JSPromiseValueThunkOrThrowerFunction::Cast(obj)->Dump(os); in DumpObject()
828 MicroJobQueue::Cast(obj)->Dump(os); in DumpObject()
831 PendingJob::Cast(obj)->Dump(os); in DumpObject()
834 CompletionRecord::Cast(obj)->Dump(os); in DumpObject()
837 JSProxyRevocFunction::Cast(obj)->Dump(os); in DumpObject()
841 JSAsyncFunction::Cast(obj)->Dump(os); in DumpObject()
844 JSAsyncAwaitStatusFunction::Cast(obj)->Dump(os); in DumpObject()
847 JSGeneratorFunction::Cast(obj)->Dump(os); in DumpObject()
851 JSAsyncGeneratorFunction::Cast(obj)->Dump(os); in DumpObject()
854 JSAsyncGeneratorResNextRetProRstFtn::Cast(obj)->Dump(os); in DumpObject()
857 JSIntlBoundFunction::Cast(obj)->Dump(os); in DumpObject()
864 JSForInIterator::Cast(obj)->Dump(os); in DumpObject()
867 JSMapIterator::Cast(obj)->Dump(os); in DumpObject()
870 JSSetIterator::Cast(obj)->Dump(os); in DumpObject()
873 JSRegExpIterator::Cast(obj)->Dump(os); in DumpObject()
876 JSArrayIterator::Cast(obj)->Dump(os); in DumpObject()
879 JSStringIterator::Cast(obj)->Dump(os); in DumpObject()
882 PrototypeHandler::Cast(obj)->Dump(os); in DumpObject()
885 TransitionHandler::Cast(obj)->Dump(os); in DumpObject()
888 TransWithProtoHandler::Cast(obj)->Dump(os); in DumpObject()
891 StoreTSHandler::Cast(obj)->Dump(os); in DumpObject()
894 PropertyBox::Cast(obj)->Dump(os); in DumpObject()
898 JSRealm::Cast(obj)->Dump(os); in DumpObject()
903 JSIntl::Cast(obj)->Dump(os); in DumpObject()
907 JSLocale::Cast(obj)->Dump(os); in DumpObject()
910 JSDateTimeFormat::Cast(obj)->Dump(os); in DumpObject()
913 JSRelativeTimeFormat::Cast(obj)->Dump(os); in DumpObject()
916 JSNumberFormat::Cast(obj)->Dump(os); in DumpObject()
920 JSCollator::Cast(obj)->Dump(os); in DumpObject()
923 JSPluralRules::Cast(obj)->Dump(os); in DumpObject()
926 JSDisplayNames::Cast(obj)->Dump(os); in DumpObject()
929 JSListFormat::Cast(obj)->Dump(os); in DumpObject()
945 JSGeneratorObject::Cast(obj)->Dump(os); in DumpObject()
949 JSAsyncGeneratorObject::Cast(obj)->Dump(os); in DumpObject()
953 JSAsyncFuncObject::Cast(obj)->Dump(os); in DumpObject()
956 GeneratorContext::Cast(obj)->Dump(os); in DumpObject()
959 ProtoChangeDetails::Cast(obj)->Dump(os); in DumpObject()
962 ProtoChangeMarker::Cast(obj)->Dump(os); in DumpObject()
965 Program::Cast(obj)->Dump(os); in DumpObject()
968 MachineCode::Cast(obj)->Dump(os); in DumpObject()
971 ClassInfoExtractor::Cast(obj)->Dump(os); in DumpObject()
974 JSAPIArrayList::Cast(obj)->Dump(os); in DumpObject()
977 JSAPIArrayListIterator::Cast(obj)->Dump(os); in DumpObject()
980 JSAPILightWeightMap::Cast(obj)->Dump(os); in DumpObject()
983 JSAPILightWeightMapIterator::Cast(obj)->Dump(os); in DumpObject()
986 JSAPILightWeightSet::Cast(obj)->Dump(os); in DumpObject()
989 JSAPILightWeightSetIterator::Cast(obj)->Dump(os); in DumpObject()
992 TSObjectType::Cast(obj)->Dump(os); in DumpObject()
995 TSClassType::Cast(obj)->Dump(os); in DumpObject()
998 TSInterfaceType::Cast(obj)->Dump(os); in DumpObject()
1001 TSClassInstanceType::Cast(obj)->Dump(os); in DumpObject()
1004 TSUnionType::Cast(obj)->Dump(os); in DumpObject()
1007 TSFunctionType::Cast(obj)->Dump(os); in DumpObject()
1010 TSArrayType::Cast(obj)->Dump(os); in DumpObject()
1013 TSIteratorInstanceType::Cast(obj)->Dump(os); in DumpObject()
1016 TSNamespaceType::Cast(obj)->Dump(os); in DumpObject()
1022 JSAPIHashMap::Cast(obj)->Dump(os); in DumpObject()
1025 JSAPIHashSet::Cast(obj)->Dump(os); in DumpObject()
1028 JSAPIHashMapIterator::Cast(obj)->Dump(os); in DumpObject()
1031 JSAPIHashSetIterator::Cast(obj)->Dump(os); in DumpObject()
1034 JSAPITreeMap::Cast(obj)->Dump(os); in DumpObject()
1037 JSAPITreeSet::Cast(obj)->Dump(os); in DumpObject()
1040 JSAPITreeMapIterator::Cast(obj)->Dump(os); in DumpObject()
1043 JSAPITreeSetIterator::Cast(obj)->Dump(os); in DumpObject()
1046 JSAPIVector::Cast(obj)->Dump(os); in DumpObject()
1049 JSAPIVectorIterator::Cast(obj)->Dump(os); in DumpObject()
1052 JSAPIQueue::Cast(obj)->Dump(os); in DumpObject()
1055 JSAPIQueueIterator::Cast(obj)->Dump(os); in DumpObject()
1058 JSAPIDeque::Cast(obj)->Dump(os); in DumpObject()
1061 JSAPIDequeIterator::Cast(obj)->Dump(os); in DumpObject()
1064 JSAPIStack::Cast(obj)->Dump(os); in DumpObject()
1067 JSAPIStackIterator::Cast(obj)->Dump(os); in DumpObject()
1070 JSAPIList::Cast(obj)->Dump(os); in DumpObject()
1073 JSAPIListIterator::Cast(obj)->Dump(os); in DumpObject()
1076 JSAPILinkedList::Cast(obj)->Dump(os); in DumpObject()
1079 JSAPILinkedListIterator::Cast(obj)->Dump(os); in DumpObject()
1082 SourceTextModule::Cast(obj)->Dump(os); in DumpObject()
1085 ImportEntry::Cast(obj)->Dump(os); in DumpObject()
1088 LocalExportEntry::Cast(obj)->Dump(os); in DumpObject()
1091 IndirectExportEntry::Cast(obj)->Dump(os); in DumpObject()
1094 StarExportEntry::Cast(obj)->Dump(os); in DumpObject()
1097 ResolvedBinding::Cast(obj)->Dump(os); in DumpObject()
1100 ResolvedIndexBinding::Cast(obj)->Dump(os); in DumpObject()
1103 ModuleNamespace::Cast(obj)->Dump(os); in DumpObject()
1106 JSAPIPlainArray::Cast(obj)->Dump(os); in DumpObject()
1109 JSAPIPlainArrayIterator::Cast(obj)->Dump(os); in DumpObject()
1112 CjsModule::Cast(obj)->Dump(os); in DumpObject()
1115 CjsRequire::Cast(obj)->Dump(os); in DumpObject()
1118 CjsExports::Cast(obj)->Dump(os); in DumpObject()
1121 Method::Cast(obj)->Dump(os); in DumpObject()
1124 ClassLiteral::Cast(obj)->Dump(os); in DumpObject()
1178 CString string = ConvertToString(EcmaString::Cast(obj)); in DumpHeapObjectType()
1184 Method *method = Method::Cast(obj); in DumpHeapObjectType()
1420 TaggedArray *elements = TaggedArray::Cast(GetElements().GetTaggedObject()); in Dump()
1427 NumberDictionary *dict = NumberDictionary::Cast(elements); in Dump()
1432 TaggedArray *properties = TaggedArray::Cast(GetProperties().GetTaggedObject()); in Dump()
1435 GlobalDictionary *dict = GlobalDictionary::Cast(properties); in Dump()
1447 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in Dump()
1469 NameDictionary *dict = NameDictionary::Cast(properties); in Dump()
1600 LinkedHashMap *map = LinkedHashMap::Cast(GetLinkedMap().GetTaggedObject()); in Dump()
1612 TaggedTreeMap *map = TaggedTreeMap::Cast(GetTreeMap().GetTaggedObject()); in Dump()
1624 TaggedTreeMap *map = TaggedTreeMap::Cast(GetTreeMap().GetTaggedObject()); in DumpForSnapshot()
1633 …TaggedTreeMap::Cast(JSAPITreeMap::Cast(GetIteratedMap().GetTaggedObject())->GetTreeMap().GetTagged… in Dump()
1648 …TaggedTreeMap::Cast(JSAPITreeMap::Cast(GetIteratedMap().GetTaggedObject())->GetTreeMap().GetTagged… in DumpForSnapshot()
1727 TaggedTreeSet *set = TaggedTreeSet::Cast(GetTreeSet().GetTaggedObject()); in Dump()
1739 TaggedTreeSet *set = TaggedTreeSet::Cast(GetTreeSet().GetTaggedObject()); in DumpForSnapshot()
1748 …TaggedTreeSet::Cast(JSAPITreeSet::Cast(GetIteratedSet().GetTaggedObject())->GetTreeSet().GetTagged… in Dump()
1763 …TaggedTreeSet::Cast(JSAPITreeSet::Cast(GetIteratedSet().GetTaggedObject())->GetTreeSet().GetTagged… in DumpForSnapshot()
1804 TaggedArray *keys = TaggedArray::Cast(GetKeys().GetTaggedObject()); in Dump()
1805 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Dump()
1826 JSAPIPlainArray *array = JSAPIPlainArray::Cast(GetIteratedPlainArray().GetTaggedObject()); in Dump()
1834 JSAPIPlainArray *array = JSAPIPlainArray::Cast(GetIteratedPlainArray().GetTaggedObject()); in DumpForSnapshot()
1858 LinkedHashMap *map = LinkedHashMap::Cast(GetIteratedMap().GetTaggedObject()); in Dump()
1872 LinkedHashSet *set = LinkedHashSet::Cast(GetLinkedSet().GetTaggedObject()); in Dump()
1884 LinkedHashMap *map = LinkedHashMap::Cast(GetLinkedMap().GetTaggedObject()); in Dump()
1897 LinkedHashSet *set = LinkedHashSet::Cast(GetLinkedSet().GetTaggedObject()); in Dump()
1925 LinkedHashMap *map = LinkedHashMap::Cast(GetMaybeUnregister().GetTaggedObject()); in Dump()
1944 LinkedHashSet *set = LinkedHashSet::Cast(GetIteratedSet().GetTaggedObject()); in Dump()
1978 JSArray *array = JSArray::Cast(GetIteratedArray().GetTaggedObject()); in Dump()
1993 JSAPIArrayList *arrayList = JSAPIArrayList::Cast(GetIteratedArrayList().GetTaggedObject()); in Dump()
2008 JSAPIDeque *deque = JSAPIDeque::Cast(GetIteratedDeque().GetTaggedObject()); in Dump()
2019 TaggedArray *hashArray = TaggedArray::Cast(GetHashes().GetTaggedObject()); in Dump()
2020 TaggedArray *keyArray = TaggedArray::Cast(GetKeys().GetTaggedObject()); in Dump()
2021 TaggedArray *valueArray = TaggedArray::Cast(GetValues().GetTaggedObject()); in Dump()
2044 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Dump()
2057 TaggedHashArray *hashArray = TaggedHashArray::Cast(GetTable().GetTaggedObject()); in Dump()
2094 TaggedArray *keys = TaggedArray::Cast(GetHashes().GetTaggedObject()); in Dump()
2095 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Dump()
2118 TaggedSingleList *list = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); in Dump()
2128 TaggedSingleList *map = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); in DumpForSnapshot()
2136 TaggedSingleList *list = TaggedSingleList::Cast(GetIteratedList().GetTaggedObject()); in Dump()
2147 TaggedSingleList *list = TaggedSingleList::Cast(GetIteratedList().GetTaggedObject()); in DumpForSnapshot()
2155 TaggedDoubleList *linkedList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); in Dump()
2165 TaggedDoubleList *map = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); in DumpForSnapshot()
2173 … TaggedDoubleList *linkedList = TaggedDoubleList::Cast(GetIteratedLinkedList().GetTaggedObject()); in Dump()
2184 … TaggedDoubleList *linkedList = TaggedDoubleList::Cast(GetIteratedLinkedList().GetTaggedObject()); in DumpForSnapshot()
2200 JSAPIQueue *queue = JSAPIQueue::Cast(GetIteratedQueue().GetTaggedObject()); in Dump()
2214 JSAPIStack *stack = JSAPIStack::Cast(GetIteratedStack().GetTaggedObject()); in Dump()
2228 JSAPIVector *vector = JSAPIVector::Cast(GetIteratedVector().GetTaggedObject()); in Dump()
2236 EcmaString *str = EcmaString::Cast(GetIteratedString().GetTaggedObject()); in Dump()
2283 JSObject::Cast(GetTarget().GetTaggedObject())->Dump(os); in Dump()
2286 JSObject::Cast(GetHandler().GetTaggedObject())->Dump(os); in Dump()
3197 DumpArrayClass(TaggedArray::Cast(GetObjLayoutInfo().GetTaggedObject()), os); in Dump()
3203 DumpArrayClass(TaggedArray::Cast(GetIndexSigns().GetTaggedObject()), os); in Dump()
3237 TSObjectType *instanceType = TSObjectType::Cast(GetInstanceType().GetTaggedObject()); in Dump()
3244 TSObjectType *constructorType = TSObjectType::Cast(GetConstructorType().GetTaggedObject()); in Dump()
3251 TSObjectType *prototypeType = TSObjectType::Cast(GetPrototypeType().GetTaggedObject()); in Dump()
3260 DumpArrayClass(TaggedArray::Cast(GetIndexSigns().GetTaggedObject()), os); in Dump()
3282 if (TaggedArray::Cast(GetExtends().GetTaggedObject())->GetLength() == 0) { in Dump()
3285 DumpArrayClass(TaggedArray::Cast(GetExtends().GetTaggedObject()), os); in Dump()
3289 TSObjectType *fieldsType = TSObjectType::Cast(GetFields().GetTaggedObject()); in Dump()
3298 DumpArrayClass(TaggedArray::Cast(GetIndexSigns().GetTaggedObject()), os); in Dump()
3343 DumpArrayClass(TaggedArray::Cast(GetComponents().GetTaggedObject()), os); in Dump()
3365 os << ConvertToString(EcmaString::Cast(name.GetTaggedObject())); in Dump()
3369 DumpArrayClass(TaggedArray::Cast(GetParameterTypes().GetTaggedObject()), os); in Dump()
3446 DumpArrayClass(TaggedArray::Cast(GetPropertyType().GetTaggedObject()), os); in Dump()
3592 TaggedArray *properties = TaggedArray::Cast(GetProperties().GetTaggedObject()); in Dump()
3601 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in Dump()
3623 NameDictionary *dict = NameDictionary::Cast(properties); in Dump()
3719 DumpArrayClass(TaggedArray::Cast(obj), vec); in DumpObject()
3722 DumpConstantPoolClass(ConstantPool::Cast(obj), vec); in DumpObject()
3727 DumpStringClass(EcmaString::Cast(obj), vec); in DumpObject()
3743 JSObject::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3747 JSFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3750 JSBoundFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3753 JSSet::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3756 JSMap::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3759 JSWeakSet::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3762 JSWeakMap::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3765 JSWeakRef::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3768 JSFinalizationRegistry::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3771 CellRecord::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3774 JSRegExp::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3777 JSDate::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3780 JSArray::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3794 JSTypedArray::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3797 BigInt::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3800 ByteArray::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3803 JSProxy::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3806 JSPrimitiveRef::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3809 JSSymbol::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3813 AccessorData::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3816 JSDataView::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3819 PromiseReaction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3822 PromiseCapability::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3825 PromiseIteratorRecord::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3828 PromiseRecord::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3831 ResolvingFunctionsRecord::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3834 JSPromise::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3837 JSPromiseReactionsFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3840 JSPromiseExecutorFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3843 AsyncGeneratorRequest::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3846 AsyncIteratorRecord::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3849 JSAsyncFromSyncIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3852 JSAsyncFromSyncIterUnwarpFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3855 JSPromiseAllResolveElementFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3858 JSPromiseAnyRejectElementFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3861 JSPromiseAllSettledElementFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3864 JSPromiseFinallyFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3867 JSPromiseValueThunkOrThrowerFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3870 JSAsyncGeneratorResNextRetProRstFtn::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3873 MicroJobQueue::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3876 PendingJob::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3879 CompletionRecord::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3890 JSArrayBuffer::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3893 JSArrayBuffer::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3896 JSProxyRevocFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3899 JSAsyncFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3902 JSAsyncAwaitStatusFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3905 JSGeneratorFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3908 JSAsyncGeneratorFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3911 JSIntlBoundFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3914 JSRealm::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3918 JSIntl::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3921 JSLocale::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3924 JSDateTimeFormat::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3927 JSRelativeTimeFormat::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3930 JSNumberFormat::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3933 JSCollator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3936 JSPluralRules::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3939 JSDisplayNames::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3942 JSListFormat::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3957 CjsModule::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3960 CjsExports::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3963 CjsRequire::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3966 JSGeneratorObject::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3969 JSAsyncGeneratorObject::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3972 JSAsyncFuncObject::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3975 GeneratorContext::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3978 JSAPIArrayList::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3981 JSAPIArrayListIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3987 JSAPIHashMap::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3990 JSAPIHashSet::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3993 JSAPIHashMapIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3996 JSAPIHashSetIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
3999 JSAPILightWeightMap::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4002 JSAPILightWeightMapIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4005 JSAPILightWeightSet::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4008 JSAPILightWeightSetIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4011 JSAPITreeMap::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4014 JSAPITreeSet::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4017 JSAPITreeMapIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4020 JSAPITreeSetIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4023 JSAPIVector::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4026 JSAPIVectorIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4029 JSAPIQueue::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4032 JSAPIQueueIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4035 JSAPIDeque::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4038 JSAPIDequeIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4041 JSAPIStack::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4044 JSAPIStackIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4047 JSAPIList::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4050 JSAPILinkedList::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4053 JSAPIListIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4056 JSAPILinkedListIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4059 SourceTextModule::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4062 ImportEntry::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4065 LocalExportEntry::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4068 IndirectExportEntry::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4071 StarExportEntry::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4074 ResolvedBinding::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4077 ResolvedIndexBinding::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4080 ModuleNamespace::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4083 JSAPIPlainArray::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4086 JSAPIPlainArrayIterator::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4094 PropertyBox::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4097 DumpArrayClass(TaggedArray::Cast(obj), vec); in DumpObject()
4100 GlobalEnv::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4103 ProtoChangeMarker::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4106 ProtoChangeDetails::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4109 Program::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4112 MachineCode::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4115 TransitionHandler::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4118 TransWithProtoHandler::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4121 StoreTSHandler::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4124 PrototypeHandler::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4127 ClassInfoExtractor::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4130 TSObjectType::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4133 TSClassType::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4136 TSInterfaceType::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4139 TSClassInstanceType::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4142 TSUnionType::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4145 TSFunctionType::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4148 TSArrayType::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4151 TSIteratorInstanceType::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4154 TSNamespaceType::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4157 Method::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4160 ClassLiteral::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4194 EcmaStringToStd(res, EcmaString::Cast(key.GetTaggedObject())); in KeyToStd()
4196 JSSymbol *sym = JSSymbol::Cast(key.GetTaggedObject()); in KeyToStd()
4199 EcmaStringToStd(res, EcmaString::Cast(desc.GetTaggedObject())); in KeyToStd()
4355 TaggedArray *elements = TaggedArray::Cast(GetElements().GetTaggedObject()); in DumpForSnapshot()
4360 NumberDictionary *dict = NumberDictionary::Cast(elements); in DumpForSnapshot()
4364 TaggedArray *properties = TaggedArray::Cast(GetProperties().GetTaggedObject()); in DumpForSnapshot()
4366 GlobalDictionary *dict = GlobalDictionary::Cast(properties); in DumpForSnapshot()
4377 LayoutInfo *layoutInfo = LayoutInfo::Cast(attrs.GetTaggedObject()); in DumpForSnapshot()
4396 NameDictionary *dict = NameDictionary::Cast(properties); in DumpForSnapshot()
4472 LinkedHashMap *map = LinkedHashMap::Cast(GetLinkedMap().GetTaggedObject()); in DumpForSnapshot()
4489 LinkedHashMap *map = LinkedHashMap::Cast(GetIteratedMap().GetTaggedObject()); in DumpForSnapshot()
4498 LinkedHashSet *set = LinkedHashSet::Cast(GetLinkedSet().GetTaggedObject()); in DumpForSnapshot()
4506 LinkedHashMap *map = LinkedHashMap::Cast(GetLinkedMap().GetTaggedObject()); in DumpForSnapshot()
4514 LinkedHashSet *set = LinkedHashSet::Cast(GetLinkedSet().GetTaggedObject()); in DumpForSnapshot()
4529 LinkedHashMap *map = LinkedHashMap::Cast(GetMaybeUnregister().GetTaggedObject()); in DumpForSnapshot()
4543 LinkedHashSet *set = LinkedHashSet::Cast(GetIteratedSet().GetTaggedObject()); in DumpForSnapshot()
4562 JSAPIArrayList *arraylist = JSAPIArrayList::Cast(GetIteratedArrayList().GetTaggedObject()); in DumpForSnapshot()
4576 JSAPILightWeightMap::Cast(GetIteratedLightWeightMap().GetTaggedObject()); in DumpForSnapshot()
4590 JSAPIQueue *queue = JSAPIQueue::Cast(GetIteratedQueue().GetTaggedObject()); in DumpForSnapshot()
4603 JSAPIDeque *deque = JSAPIDeque::Cast(GetIteratedDeque().GetTaggedObject()); in DumpForSnapshot()
4617 JSAPILightWeightSet::Cast(GetIteratedLightWeightSet().GetTaggedObject()); in DumpForSnapshot()
4631 JSAPIStack *stack = JSAPIStack::Cast(GetIteratedStack().GetTaggedObject()); in DumpForSnapshot()
4639 JSArray *array = JSArray::Cast(GetIteratedArray().GetTaggedObject()); in DumpForSnapshot()
4653 JSAPIVector *vector = JSAPIVector::Cast(GetIteratedVector().GetTaggedObject()); in DumpForSnapshot()