Searched refs:assigned_constants_ (Results 1 – 1 of 1) sorted by relevance
1472 assigned_constants_(NULL) {} in ThisNamedPropertyAssigmentFinder()1511 ASSERT_EQ(names_->length(), assigned_constants_->length()); in GetThisPropertyAssignments()1517 assignments->set(i * 3 + 2, *assigned_constants_->at(i)); in GetThisPropertyAssignments()1579 assigned_constants_->Add(Factory::undefined_value()); in AssignmentFromParameter()1586 assigned_constants_->Add(value); in AssignmentFromConstant()1593 assigned_constants_->Add(Factory::undefined_value()); in AssignmentFromSomethingElse()1602 ASSERT(assigned_constants_ == NULL); in EnsureAllocation()1605 assigned_constants_ = new ZoneObjectList(4); in EnsureAllocation()1613 ZoneObjectList* assigned_constants_; member in v8::internal::ThisNamedPropertyAssigmentFinder