Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp137 bool keysHasNameFlag = false; in ExtractAndReturnWhetherWithElements() local
148 if (isStaticFlag && !keysHasNameFlag && JSTaggedValue::SameValue(firstValue, nameString)) { in ExtractAndReturnWhetherWithElements()
150 keysHasNameFlag = true; in ExtractAndReturnWhetherWithElements()
174 if (LIKELY(!keysHasNameFlag)) { in ExtractAndReturnWhetherWithElements()

Completed in 3 milliseconds