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

/external/v8/src/ast/
H A Dast.cc352 ObjectLiteralProperty::ObjectLiteralProperty(Expression* key, Expression* value, function in class:v8::internal::ObjectLiteralProperty
358 ObjectLiteralProperty::ObjectLiteralProperty(AstValueFactory* ast_value_factory, function in class:v8::internal::ObjectLiteralProperty
/external/v8/src/parsing/
H A Dparser.h185 typedef ObjectLiteral::Property* ObjectLiteralProperty; typedef in struct:v8::internal::ParserTypes
934 V8_INLINE static ObjectLiteralProperty* EmptyObjectLiteralProperty() {
1113 void SetFunctionNameFromPropertyName(ObjectLiteralProperty* property,
H A Dpreparser.h587 ObjectLiteralProperty::Kind kind,
841 typedef PreParserExpression ObjectLiteralProperty; typedef in struct:v8::internal::ParserTypes

Completed in 113 milliseconds