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

  /external/v8/src/
objects-inl.h 2176 bool FixedArray::is_the_hole(int index) { function in class:v8::internal::FixedArray
2261 bool FixedDoubleArray::is_the_hole(int index) { function in class:v8::internal::FixedDoubleArray
    [all...]
objects.h 4456 inline bool is_the_hole(int index) { return false; } function in class:v8::internal::ExternalArray
    [all...]

Completed in 344 milliseconds