Searched refs:ObjectLiteralProperty (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dprettyprinter.h55 void PrintObjectLiteralProperty(ObjectLiteralProperty* property);
H A Dast.cc174 ObjectLiteralProperty::ObjectLiteralProperty(Zone* zone, function in class:v8::internal::ObjectLiteralProperty
194 ObjectLiteralProperty::ObjectLiteralProperty(Zone* zone, bool is_getter, function in class:v8::internal::ObjectLiteralProperty
H A Dparser.h368 typedef ObjectLiteral::Property* ObjectLiteralProperty; typedef in struct:v8::internal::ParserTraits::Type
434 Scope* scope, ObjectLiteralProperty* property, bool* has_function) {
525 static ObjectLiteralProperty* EmptyObjectLiteralProperty() { return NULL; }
H A Dast.h1453 class ObjectLiteralProperty FINAL : public ZoneObject {
1463 ObjectLiteralProperty(Zone* zone, AstValueFactory* ast_value_factory,
1483 ObjectLiteralProperty(Zone* zone, bool is_getter, FunctionLiteral* value,
1501 typedef ObjectLiteralProperty Property;
2507 typedef ObjectLiteralProperty Property;
H A Dprettyprinter.cc348 ObjectLiteralProperty* property) {
H A Dpreparser.h51 // typedef ObjectLiteralProperty;
69 typedef typename Traits::Type::ObjectLiteralProperty ObjectLiteralPropertyT;
1132 typedef PreParserExpression ObjectLiteralProperty; typedef in struct:v8::internal::PreParserTraits::Type

Completed in 157 milliseconds