Home
last modified time | relevance | path

Searched refs:ObjectLiteralProperty (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/ast/
Dast.cc352 ObjectLiteralProperty::ObjectLiteralProperty(Expression* key, Expression* value, in ObjectLiteralProperty() function in v8::internal::ObjectLiteralProperty
358 ObjectLiteralProperty::ObjectLiteralProperty(AstValueFactory* ast_value_factory, in ObjectLiteralProperty() function in v8::internal::ObjectLiteralProperty
Dast-traversal-visitor.h335 ZoneList<ObjectLiteralProperty*>* props = expr->properties(); in VisitObjectLiteral()
337 ObjectLiteralProperty* prop = props->at(i); in VisitObjectLiteral()
Dast.h1335 class ObjectLiteralProperty final : public LiteralProperty {
1363 ObjectLiteralProperty(Expression* key, Expression* value, Kind kind,
1365 ObjectLiteralProperty(AstValueFactory* ast_value_factory, Expression* key,
1378 typedef ObjectLiteralProperty Property;
1446 ObjectLiteralProperty* getter;
1447 ObjectLiteralProperty* setter;
3347 Expression* key, Expression* value, ObjectLiteralProperty::Kind kind, in NewObjectLiteralProperty()
/external/v8/src/interpreter/
Dbytecode-generator.h143 ObjectLiteralProperty* property,
Dbytecode-generator.cc3263 Register home_object, ObjectLiteralProperty* property, Register value_out) { in VisitObjectLiteralAccessor()
/external/v8/src/parsing/
Dpattern-rewriter.cc369 for (ObjectLiteralProperty* property : *pattern->properties()) { in VisitObjectLiteral()
373 if (property->kind() == ObjectLiteralProperty::Kind::SPREAD) { in VisitObjectLiteral()
Dparser.h185 typedef ObjectLiteral::Property* ObjectLiteralProperty;
934 V8_INLINE static ObjectLiteralProperty* EmptyObjectLiteralProperty() {
1113 void SetFunctionNameFromPropertyName(ObjectLiteralProperty* property,
Dpreparser.h587 ObjectLiteralProperty::Kind kind, in NewObjectLiteralProperty()
841 typedef PreParserExpression ObjectLiteralProperty;
Dparser-base.h186 typedef typename Types::ObjectLiteralProperty ObjectLiteralPropertyT;
2391 ObjectLiteralProperty::SPREAD, true); in ParseObjectPropertyDefinition()
2478 name_expression, value, ObjectLiteralProperty::COMPUTED, false); in ParseObjectPropertyDefinition()
2504 name_expression, value, ObjectLiteralProperty::COMPUTED, in ParseObjectPropertyDefinition()
2538 name_expression, value, is_get ? ObjectLiteralProperty::GETTER in ParseObjectPropertyDefinition()
2539 : ObjectLiteralProperty::SETTER, in ParseObjectPropertyDefinition()
Dparser.cc4130 void Parser::SetFunctionNameFromPropertyName(ObjectLiteralProperty* property, in SetFunctionNameFromPropertyName()
4132 DCHECK(property->kind() != ObjectLiteralProperty::GETTER); in SetFunctionNameFromPropertyName()
4133 DCHECK(property->kind() != ObjectLiteralProperty::SETTER); in SetFunctionNameFromPropertyName()
4140 if (property->kind() == ObjectLiteralProperty::PROTOTYPE) return; in SetFunctionNameFromPropertyName()
4145 property->kind() == ObjectLiteralProperty::COMPUTED); in SetFunctionNameFromPropertyName()
/external/v8/src/compiler/
Dast-loop-assignment-analyzer.cc142 ZoneList<ObjectLiteralProperty*>* properties = e->properties(); in VisitObjectLiteral()
Dast-graph-builder.h398 ObjectLiteralProperty* property);
Dast-graph-builder.cc1399 Node* home_object, ObjectLiteralProperty* property) { in VisitObjectLiteralAccessor()
/external/v8/src/full-codegen/
Dfull-codegen.h441 void EmitAccessor(ObjectLiteralProperty* property);
/external/v8/src/asmjs/
Dasm-wasm-builder.cc734 ZoneList<ObjectLiteralProperty*>* props = expr->properties(); in VisitObjectLiteral()
736 ObjectLiteralProperty* prop = props->at(i); in VisitObjectLiteral()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1155 void FullCodeGenerator::EmitAccessor(ObjectLiteralProperty* property) { in EmitAccessor()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1123 void FullCodeGenerator::EmitAccessor(ObjectLiteralProperty* property) { in EmitAccessor()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1113 void FullCodeGenerator::EmitAccessor(ObjectLiteralProperty* property) { in EmitAccessor()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1198 void FullCodeGenerator::EmitAccessor(ObjectLiteralProperty* property) { in EmitAccessor()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1196 void FullCodeGenerator::EmitAccessor(ObjectLiteralProperty* property) { in EmitAccessor()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1132 void FullCodeGenerator::EmitAccessor(ObjectLiteralProperty* property) { in EmitAccessor()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1166 void FullCodeGenerator::EmitAccessor(ObjectLiteralProperty* property) { in EmitAccessor()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1196 void FullCodeGenerator::EmitAccessor(ObjectLiteralProperty* property) { in EmitAccessor()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1183 void FullCodeGenerator::EmitAccessor(ObjectLiteralProperty* property) { in EmitAccessor()