HomeSort by relevance Sort by last modified time
    Searched defs:ObjectLiteralProperty (Results 1 - 3 of 3) sorted by null

  /external/v8/src/ast/
ast.cc 245 ObjectLiteralProperty::ObjectLiteralProperty(Expression* key, Expression* value,
256 ObjectLiteralProperty::ObjectLiteralProperty(AstValueFactory* ast_value_factory,
278 bool ObjectLiteralProperty::NeedsSetFunctionName() const {
    [all...]
  /external/v8/src/parsing/
parser.h 340 typedef ObjectLiteral::Property* ObjectLiteralProperty;
487 static ObjectLiteralProperty* EmptyObjectLiteralProperty() { return NULL; }
663 void SetFunctionNameFromPropertyName(ObjectLiteralProperty* property,
    [all...]
preparser.h 452 ObjectLiteralProperty::Kind kind,
607 typedef PreParserExpression ObjectLiteralProperty;
    [all...]

Completed in 49 milliseconds