Home | History | Annotate | Download | only in parser

Lines Matching refs:PropertyNode

1711             return context.template createProperty<complete>(ident, node, PropertyNode::Constant);
1721 PropertyNode::Type type;
1723 type = PropertyNode::Getter;
1725 type = PropertyNode::Setter;
1737 return context.template createProperty<complete>(m_globalData, propertyName, node, PropertyNode::Constant);
1757 if (!m_syntaxAlreadyValidated && context.getType(property) != PropertyNode::Constant) {
1771 if (!m_syntaxAlreadyValidated && context.getType(property) != PropertyNode::Constant) {
1815 PropertyNode::Constant) {
1819 failIfTrue((context.getType(property) | propertyEntryIter.first->second) & PropertyNode::Constant);