Searched refs:TryGetModuleId (Results 1 – 4 of 4) sorted by relevance
62 uint32_t primitiveTableId = tableGenerator.TryGetModuleId(TSTypeTable::PRIMITIVE_TABLE_NAME); in HWTEST_F_L0()63 uint32_t builtinTableId = tableGenerator.TryGetModuleId(TSTypeTable::BUILTINS_TABLE_NAME); in HWTEST_F_L0()64 uint32_t inferTableId = tableGenerator.TryGetModuleId(TSTypeTable::INFER_TABLE_NAME); in HWTEST_F_L0()65 uint32_t runtimeTableId = tableGenerator.TryGetModuleId(TSTypeTable::RUNTIME_TABLE_NAME); in HWTEST_F_L0()66 uint32_t genericsTableId = tableGenerator.TryGetModuleId(TSTypeTable::GENERICS_TABLE_NAME); in HWTEST_F_L0()67 uint32_t firstUserModuleId = tableGenerator.TryGetModuleId("test"); in HWTEST_F_L0()
36 uint32_t TryGetModuleId(const CString &recordName) const;
72 uint32_t TSTypeTableGenerator::TryGetModuleId(const CString &recordName) const in TryGetModuleId() function in panda::ecmascript::TSTypeTableGenerator
88 uint32_t moduleId = tableGenerator_.TryGetModuleId(recordName); in ParseType()164 uint32_t moduleId = tableGenerator_.TryGetModuleId(entryPoint); in ResolveImportType()605 uint32_t starModuleId = tableGenerator_.TryGetModuleId(star); in IterateStarExport()799 uint32_t moduleId = tableGenerator_.TryGetModuleId(info.recordName); in ParsePGOType()