Home
last modified time | relevance | path

Searched defs:createPropertyList (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DSyntaxChecker.h167 int createPropertyList(Property) { return 1; } in createPropertyList() function
168 int createPropertyList(Property, int) { return 1; } in createPropertyList() function
DASTBuilder.h283 …PropertyListNode* createPropertyList(PropertyNode* property) { return new (m_globalData) PropertyL… in createPropertyList() function
284 …PropertyListNode* createPropertyList(PropertyNode* property, PropertyListNode* tail) { return new … in createPropertyList() function