Home
last modified time | relevance | path

Searched refs:stringView (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2756 … const util::StringView &stringView = propName->IsIdentifier() ? propName->AsIdentifier()->Name() : in CheckFieldKey() local
2758 if (stringView.Is("constructor")) { in CheckFieldKey()