Home
last modified time | relevance | path

Searched refs:indexName (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DdummyNode.h46 explicit DummyNode(util::StringView const name, util::StringView indexName, TypeNode *returnType, in DummyNode() argument
48 : AstNode(AstNodeType::DUMMYNODE), name_(name), indexName_(indexName), returnType_(returnType), flag_(flag) in DummyNode()
71 void SetIndexName(const util::StringView &indexName) in SetIndexName() argument
73 indexName_ = indexName; in SetIndexName()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DambientLowering.cpp71 auto const indexName = node->GetIndexName(); in CreateMethodFunctionDefinition() local
75 sourceCode = "$_get(" + std::string(indexName) + " : number) : " + std::string(returnType); in CreateMethodFunctionDefinition()
78 "$_set(" + std::string(indexName) + " : number, " + "value : " + std::string(returnType) + " ) : void"; in CreateMethodFunctionDefinition()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparser.cpp1715 auto const indexName = Lexer()->GetToken().Ident(); in ParseAmbientSignature() local
1745 auto dummyNode = AllocNode<ir::DummyNode>(compiler::Signatures::AMBIENT_INDEXER, indexName, returnType, in ParseAmbientSignature()

Completed in 4 milliseconds