Searched defs:PropertyList (Results 1 - 3 of 3) sorted by relevance

/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
/external/webkit/JavaScriptCore/parser/
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

Completed in 80 milliseconds