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

  /external/v8/src/
global-handles.h 337 return singleton_handles_[singleton] != kInvalidIndex;
356 static const int kInvalidIndex = -1;
global-handles.cc 994 singleton_handles_[i] = kInvalidIndex;
1035 DCHECK_EQ(kInvalidIndex, *index);

Completed in 52 milliseconds