Home
last modified time | relevance | path

Searched refs:GetAssignType (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dprettyprinter.cc1339 AssignType type = Property::GetAssignType(node); in VisitProperty()
Dast.h1627 static AssignType GetAssignType(Property* property) { in GetAssignType() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc3929 AssignType assign_type = Property::GetAssignType(property); in PrepareAssignmentLhs()
5078 AssignType property_kind = Property::GetAssignType(property); in VisitPropertyLoad()
5352 AssignType property_kind = Property::GetAssignType(expr); in VisitProperty()
5921 AssignType assign_type = Property::GetAssignType(property); in VisitCountOperation()