Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
H A DexpressionParser.cpp2098 size_t paramsSize = methodDefinitonNode->Params().size(); in ParsePropertyValue() local
2103 if (*propertyKind == ir::PropertyKind::SET && paramsSize != 1) { in ParsePropertyValue()
2107 if (*propertyKind == ir::PropertyKind::GET && paramsSize != 0) { in ParsePropertyValue()
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp2224 size_t paramsSize = methodDefinitonNode->Params().size(); in ParsePropertyValue() local
2229 if (*propertyKind == ir::PropertyKind::SET && paramsSize != 1) { in ParsePropertyValue()
2233 if (*propertyKind == ir::PropertyKind::GET && paramsSize != 0) { in ParsePropertyValue()

Completed in 7 milliseconds