Home | History | Annotate | Download | only in src

Lines Matching defs:current_value

631       Object* current_value = holder->RawFastPropertyAt(field_index);
632 DCHECK(current_value->IsMutableHeapNumber());
633 bits = HeapNumber::cast(current_value)->value_as_bits();
646 Object* current_value = holder->RawFastPropertyAt(field_index);
647 return current_value->IsUninitialized(isolate()) || current_value == value;