Searched defs:ObjectLiteral (Results 1 – 3 of 3) sorted by relevance
215 TEST(ObjectLiteral) { in TEST() argument
1370 friend class ObjectLiteral; variable1460 DECLARE_NODE_TYPE(ObjectLiteral) in DECLARE_NODE_TYPE() argument1533 ObjectLiteral(Zone* zone, ZoneList<Property*>* properties, int literal_index, in ObjectLiteral() function
144 static PreParserExpression ObjectLiteral() { in ObjectLiteral() function