Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp658 bool hasComputedStringProperty = false; in Check() local
675 hasComputedStringProperty = true; in Check()
739 if (!seenSpread && (hasComputedNumberProperty || hasComputedStringProperty)) { in Check()
753 if (hasComputedStringProperty) { in Check()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp832 bool hasComputedStringProperty = false; in Check() local
846 hasComputedStringProperty = true; in Check()
860 if (!seenSpread && (hasComputedNumberProperty || hasComputedStringProperty)) { in Check()
873 if (hasComputedStringProperty) { in Check()

Completed in 6 milliseconds