Home
last modified time | relevance | path

Searched refs:propStart (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Ddestructuring.cpp194 VReg propStart = pg->NextReg(); in GenObjectWithRest() local
200 pg->CreateObjectWithExcludedKeys(element, rhs, propStart, properties.size() - 1); in GenObjectWithRest()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Ddestructuring.cpp190 VReg propStart = pg->NextReg(); in GenObjectWithRest() local
196 pg->CreateObjectWithExcludedKeys(element, rhs, propStart, properties.size() - 1); in GenObjectWithRest()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DforwardDeclForParserImpl.h111 lexer::SourcePosition propStart {};
H A DETSparserClasses.cpp601 desc.propStart = Lexer()->GetToken().Start(); in ParseClassGetterSetterMethod()
607 method->SetRange({desc.propStart, propEnd}); in ParseClassGetterSetterMethod()
H A DparserImpl.cpp482 property->SetRange({desc->propStart, propEnd}); in ParseClassProperty()
502 property->SetRange({desc->propStart, propEnd}); in ParseClassProperty()
598 desc.propStart = lexer_->GetToken().Start(); in ParseClassElement()
H A DTypedParser.cpp1013 desc.propStart = Lexer()->GetToken().Start(); in ParseClassElement()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp2667 staticBlock->SetRange({desc->propStart, blockStatement->End()}); in ParseStaticBlock()
2683 property->SetRange({desc->propStart, propEnd}); in ParseClassProperty()
2727 property->SetRange({desc->propStart, propEnd}); in ParseClassProperty()
2863 desc.propStart = lexer_->GetToken().Start(); in ParseClassElement()
2954 indexSignature->SetRange({desc.propStart, indexSignature->TypeAnnotation()->End()}); in ParseClassElement()
H A DparserImpl.h134 lexer::SourcePosition propStart {};

Completed in 15 milliseconds