Home
last modified time | relevance | path

Searched refs:LiteralProperty (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/ast/
Dast-expression-rewriter.h36 virtual void VisitLiteralProperty(LiteralProperty* property);
Dast.cc354 : LiteralProperty(key, value, is_computed_name), in ObjectLiteralProperty()
361 : LiteralProperty(key, value, is_computed_name), emit_store_(true) { in ObjectLiteralProperty()
375 FeedbackSlot LiteralProperty::GetStoreDataPropertySlot() const { in GetStoreDataPropertySlot()
380 void LiteralProperty::SetStoreDataPropertySlot(FeedbackSlot slot) { in SetStoreDataPropertySlot()
385 bool LiteralProperty::NeedsSetFunctionName() const { in NeedsSetFunctionName()
395 : LiteralProperty(key, value, is_computed_name), in ClassLiteralProperty()
Dast-numbering.cc49 void VisitLiteralProperty(LiteralProperty* property);
576 void AstNumberingVisitor::VisitLiteralProperty(LiteralProperty* node) { in VisitLiteralProperty()
Dast-expression-rewriter.cc249 void AstExpressionRewriter::VisitLiteralProperty(LiteralProperty* property) { in VisitLiteralProperty()
Dast.h1297 class LiteralProperty : public ZoneObject {
1323 LiteralProperty(Expression* key, Expression* value, bool is_computed_name) in LiteralProperty() function
1335 class ObjectLiteralProperty final : public LiteralProperty {
2759 class ClassLiteralProperty final : public LiteralProperty {
/external/v8/src/interpreter/
Dbytecode-generator.h141 LiteralProperty* property, int slot_number = 0);
Dbytecode-generator.cc3273 LiteralProperty* property, in VisitSetHomeObject()
/external/v8/src/compiler/
Dast-graph-builder.h310 LiteralProperty* property, int slot_number = 0);
Dast-graph-builder.cc2685 LiteralProperty* property, in BuildSetHomeObject()
/external/v8/src/parsing/
Dparser.h784 V8_INLINE static Expression* GetPropertyValue(LiteralProperty* property) {
Dparser.cc3924 void VisitLiteralProperty(LiteralProperty* property) override { in VisitLiteralProperty()