Home
last modified time | relevance | path

Searched refs:propertySignature (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp1708 auto *propertySignature = in ParsePropertyOrMethodSignature() local
1710 CreateTSVariableForProperty(propertySignature, key, flags | varbinder::VariableFlags::PROPERTY); in ParsePropertyOrMethodSignature()
1711 propertySignature->SetRange({startLoc, Lexer()->GetToken().End()}); in ParsePropertyOrMethodSignature()
1712 return propertySignature; in ParsePropertyOrMethodSignature()
H A DASparser.cpp1066 auto *propertySignature = AllocNode<ir::TSPropertySignature>(key, typeAnnotation, isComputed, false, isReadonly); in ParsePropertyOrMethodSignature() local
1067 propertySignature->SetRange({startLoc, Lexer()->GetToken().End()}); in ParsePropertyOrMethodSignature()
1068 return propertySignature; in ParsePropertyOrMethodSignature()

Completed in 6 milliseconds