Searched refs:TSImportType (Results 1 – 12 of 12) sorted by relevance
/ark/js_runtime/ecmascript/ts_types/ |
D | ts_type.cpp | 121 … TSImportType *importType = TSImportType::Cast(table->Get(localIdNonOffset).GetTaggedObject()); in SearchProperty() 156 … TSImportType *importType = TSImportType::Cast(table->Get(localIdNonOffset).GetTaggedObject()); in SearchProperty()
|
D | ts_type.h | 104 class TSImportType : public TSType { 106 CAST_CHECK(TSImportType, IsTSImportType);
|
D | ts_loader.cpp | 66 JSMutableHandle<TSImportType> importType(factory->NewTSImportType()); in LinkTSTypeTable() 79 void TSLoader::RecursivelyResolveTargetType(JSMutableHandle<TSImportType>& importType) in RecursivelyResolveTargetType() 104 JSMutableHandle<TSImportType> redirectImportType(bindType); in RecursivelyResolveTargetType() 190 JSHandle<TSImportType> ImportType(thread, typeTable->Get(unionTableIndex)); in GetUnionTypeByIndex() 390 JSHandle<TSImportType> importType(thread, typeTable->Get(localTableIndex)); in GetImportTypeTargetGT()
|
D | ts_type_table.h | 89 static JSHandle<TSImportType> ParseImportType(JSThread *thread,
|
D | ts_type_table.cpp | 113 …JSHandle<TSImportType> importType = ParseImportType(thread, literal, fileName, recordImportMdoules… in ParseType() 243 JSHandle<TSImportType> TSTypeTable::ParseImportType(JSThread *thread, const JSHandle<TaggedArray> &… in ParseImportType() 251 JSHandle<TSImportType> importType = factory->NewTSImportType(); in ParseImportType()
|
D | ts_loader.h | 213 void RecursivelyResolveTargetType(JSMutableHandle<TSImportType>& importType);
|
/ark/js_runtime/ecmascript/ |
D | object_factory.h | 91 class TSImportType; variable 346 JSHandle<TSImportType> NewTSImportType(); 463 friend class TSImportType; variable
|
D | global_env_constants.cpp | 148 … factory->NewEcmaDynClass(dynClassClass, TSImportType::SIZE, JSType::TS_IMPORT_TYPE)); in InitRootsClass()
|
D | dump.cpp | 641 TSImportType::Cast(obj)->Dump(thread, os); in DumpObject() 2250 void TSImportType::Dump(JSThread *thread, std::ostream &os) const in Dump() 2631 TSImportType::Cast(obj)->DumpForSnapshot(thread, vec); in DumpObject() 3541 void TSImportType::DumpForSnapshot(JSThread *thread, std::vector<std::pair<CString, JSTaggedValue>>… in DumpForSnapshot()
|
D | object_factory.cpp | 2180 JSHandle<TSImportType> ObjectFactory::NewTSImportType() in NewTSImportType() 2186 JSHandle<TSImportType> importType(thread_, header); in NewTSImportType()
|
/ark/js_runtime/ecmascript/mem/ |
D | object_xray-inl.h | 326 TSImportType::Cast(object)->VisitRangeSlot(visitor); in VisitObjectBody()
|
/ark/js_runtime/ecmascript/tests/ |
D | dump_test.cpp | 694 CHECK_DUMP_FILEDS(TaggedObject::TaggedObjectSize(), TSImportType::SIZE, 3) in HWTEST_F_L0() 695 JSHandle<TSImportType> importType = factory->NewTSImportType(); in HWTEST_F_L0()
|