Home
last modified time | relevance | path

Searched defs:assign_type (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h110 AssignType assign_type() const { return assign_type_; } in assign_type() function
148 AssignmentLhsData(AssignType assign_type, Expression* expr, in AssignmentLhsData()
Dbytecode-generator.cc3929 AssignType assign_type = Property::GetAssignType(property); in PrepareAssignmentLhs() local
5921 AssignType assign_type = Property::GetAssignType(property); in VisitCountOperation() local