Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp368 InterfaceType interfaceType(this, node->AsTSInterfaceDeclaration(), name); in GetTypeIndexFromInterfaceNode() local
600 InterfaceType interfaceType(this, interfaceDef, name); in HandleInterfaceDeclaration() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp147 … JSHandle<TSInterfaceType> interfaceType = ParseInterfaceType(jsPandaFile, recordName, literal); in ParseNonImportType() local
257 JSHandle<TSInterfaceType> interfaceType = factory_->NewTSInterfaceType(); in ParseInterfaceType() local
Dts_type.cpp349 …TSTypeRef TSInterfaceType::GetPropTypeGT(JSThread *thread, JSHandle<TSInterfaceType> interfaceType, in GetPropTypeGT()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1003 JSHandle<TSInterfaceType> interfaceType = factory->NewTSInterfaceType(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3282 JSHandle<TSInterfaceType> interfaceType(thread_, header); in NewTSInterfaceType() local