Home
last modified time | relevance | path

Searched defs:interfaceType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DescapedIdentifiers.ts138 interface interfaceType\u0032 { interface
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp203 JSHandle<TSInterfaceType> interfaceType(type); in ParseIndexSigType() local
228 …JSHandle<TSInterfaceType> interfaceType = ParseInterfaceType(jsPandaFile, recordName, typeLiteralE… in ParseNonImportType() local
317 JSHandle<TSInterfaceType> interfaceType = factory_->NewTSInterfaceType(); in ParseInterfaceType() local
660 JSHandle<TSInterfaceType> interfaceType = in InstantiateGenericsType() local
733 JSHandle<TSInterfaceType> interfaceType = factory_->NewTSInterfaceType(); in InstantiateInterfaceGenericsType() local
Dts_type.cpp311 …TSTypeRef TSInterfaceType::GetPropTypeGT(JSThread *thread, JSHandle<TSInterfaceType> interfaceType, in GetPropTypeGT()
352 … TSInterfaceType::GetIndexSignType(JSThread *thread, const JSHandle<TSInterfaceType> &interfaceTyp… in GetIndexSignType()
Dts_manager.cpp249 JSHandle<TSInterfaceType> interfaceType(type); in GetPropType() local
273 JSHandle<TSInterfaceType> interfaceType(type); in GetIndexSignType() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp417 InterfaceType interfaceType(this, node->AsTSInterfaceDeclaration(), name); in GetTypeIndexFromInterfaceNode() local
744 InterfaceType interfaceType(this, interfaceDef, name); in HandleInterfaceDeclaration() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1005 JSHandle<TSInterfaceType> interfaceType = factory->NewTSInterfaceType(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3292 JSHandle<TSInterfaceType> interfaceType(thread_, header); in NewTSInterfaceType() local