Home
last modified time | relevance | path

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

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