Lines Matching full:propertyname
205 // of symbols (string, propertyName, regexp).
210 "var z = {'string': 'string literal', bareword: 'propertyName', "
211 " 42: 'number literal', for: 'keyword as propertyName', "
212 " f\\u006fr: 'keyword propertyname with escape'};"
2277 // Syntax: 'get' PropertyName '(' ')' '{' FunctionBody '}'
2281 // Syntax: 'set' PropertyName '(' PropertySetParameterList ')'