Searched defs:is_the_hole (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects-inl.h1804 if (double_array->is_the_hole(i)) {
2176 bool FixedArray::is_the_hole(int index) { function in class:v8::internal::FixedArray
2236 if (array->is_the_hole(index)) {
2261 bool FixedDoubleArray::is_the_hole(int index) { function in class:v8::internal::FixedDoubleArray
H A Dobjects.h2406 inline bool is_the_hole(int index);
2525 inline bool is_the_hole(int index);
4456 inline bool is_the_hole(int index) { return false; } function in class:v8::internal::ExternalArray

Completed in 323 milliseconds