Searched refs:LiteralProperty (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ast/ |
D | ast-expression-rewriter.h | 36 virtual void VisitLiteralProperty(LiteralProperty* property);
|
D | ast.cc | 354 : 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()
|
D | ast-numbering.cc | 49 void VisitLiteralProperty(LiteralProperty* property); 576 void AstNumberingVisitor::VisitLiteralProperty(LiteralProperty* node) { in VisitLiteralProperty()
|
D | ast-expression-rewriter.cc | 249 void AstExpressionRewriter::VisitLiteralProperty(LiteralProperty* property) { in VisitLiteralProperty()
|
D | ast.h | 1297 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/ |
D | bytecode-generator.h | 141 LiteralProperty* property, int slot_number = 0);
|
D | bytecode-generator.cc | 3273 LiteralProperty* property, in VisitSetHomeObject()
|
/external/v8/src/compiler/ |
D | ast-graph-builder.h | 310 LiteralProperty* property, int slot_number = 0);
|
D | ast-graph-builder.cc | 2685 LiteralProperty* property, in BuildSetHomeObject()
|
/external/v8/src/parsing/ |
D | parser.h | 784 V8_INLINE static Expression* GetPropertyValue(LiteralProperty* property) {
|
D | parser.cc | 3924 void VisitLiteralProperty(LiteralProperty* property) override { in VisitLiteralProperty()
|