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

/external/v8/src/ast/
H A Dast.cc245 ObjectLiteralProperty::ObjectLiteralProperty(Expression* key, Expression* value, function in class:v8::internal::ObjectLiteralProperty
256 ObjectLiteralProperty::ObjectLiteralProperty(AstValueFactory* ast_value_factory, function in class:v8::internal::ObjectLiteralProperty
278 bool ObjectLiteralProperty::NeedsSetFunctionName() const {
1002 ZoneList<ObjectLiteralProperty*>* props = expr->properties();
1004 ObjectLiteralProperty* prop = props->at(i);
1090 ZoneList<ObjectLiteralProperty*>* props = expr->properties();
1092 ObjectLiteralProperty* prop = props->at(i);
/external/v8/src/parsing/
H A Dparser.h340 typedef ObjectLiteral::Property* ObjectLiteralProperty; typedef in struct:v8::internal::ParserTraits::Type
487 static ObjectLiteralProperty* EmptyObjectLiteralProperty() { return NULL; }
663 void SetFunctionNameFromPropertyName(ObjectLiteralProperty* property,
H A Dpreparser.h452 ObjectLiteralProperty::Kind kind,
607 typedef PreParserExpression ObjectLiteralProperty; typedef in struct:v8::internal::PreParserTraits::Type

Completed in 113 milliseconds