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

  /external/v8/src/
property.h 66 ASSERT(PropertyDetails::IsValidIndex(index));
objects.h 170 static bool IsValidIndex(int index) { return IndexField::is_valid(index); }
    [all...]
objects.cc     [all...]

Completed in 21 milliseconds