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

/external/webkit/JavaScriptCore/parser/
H A DNodeInfo.h40 typedef NodeInfo<PropertyList> PropertyListInfo;
H A DGrammar.y285 %type <propertyList> PropertyList
338 PropertyList: label
343 | PropertyList ',' Property { $$.m_node.head = $1.m_node.head;
352 | OPENBRACE PropertyList CLOSEBRACE { $$ = createNodeInfo<ExpressionNode*>(new (GLOBAL_DATA) ObjectLiteralNode(GLOBAL_DATA, $2.m_node.head), $2.m_features, $2.m_numConstants); }
354 | OPENBRACE PropertyList ',' CLOSEBRACE { $$ = createNodeInfo<ExpressionNode*>(new (GLOBAL_DATA) ObjectLiteralNode(GLOBAL_DATA, $2.m_node.head), $2.m_features, $2.m_numConstants); }
H A DNodes.h1572 struct PropertyList { struct in namespace:JSC
/external/webkit/WebCore/bindings/js/
H A DSerializedScriptValue.cpp256 typedef typename TreeWalker::PropertyList PropertyList; typedef
260 Vector<PropertyList, 16> propertyStack;
369 PropertyList& properties = propertyStack.last();
473 typedef PropertyNameArray PropertyList; typedef in struct:WebCore::SerializedArray::SerializingTreeWalker
653 typedef SerializedObject::PropertyNameList PropertyList; typedef in struct:WebCore::SerializedArray::DeserializingTreeWalker
822 typedef SerializedObject::PropertyNameList PropertyList; typedef in struct:WebCore::SerializedArray::TeardownTreeWalker

Completed in 81 milliseconds