Searched refs:propStart (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | destructuring.cpp | 194 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 D | destructuring.cpp | 190 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 D | forwardDeclForParserImpl.h | 111 lexer::SourcePosition propStart {};
|
H A D | ETSparserClasses.cpp | 601 desc.propStart = Lexer()->GetToken().Start(); in ParseClassGetterSetterMethod() 607 method->SetRange({desc.propStart, propEnd}); in ParseClassGetterSetterMethod()
|
H A D | parserImpl.cpp | 482 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 D | TypedParser.cpp | 1013 desc.propStart = Lexer()->GetToken().Start(); in ParseClassElement()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | parserImpl.cpp | 2667 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 D | parserImpl.h | 134 lexer::SourcePosition propStart {};
|
Completed in 15 milliseconds