HomeSort by relevance Sort by last modified time
    Searched refs:kSlotStartSourcePositionIndex (Results 1 - 2 of 2) sorted by null

  /external/v8/src/objects/
debug-objects.h 252 static const int kSlotStartSourcePositionIndex = 0;
debug-objects.cc 327 return Smi::ToInt(get(slot_start + kSlotStartSourcePositionIndex));
345 set(slot_start + kSlotStartSourcePositionIndex, Smi::FromInt(from_pos));

Completed in 140 milliseconds