Searched refs:set_null (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Ddateparser.cc123 output->set_null(UTC_OFFSET);
H A Dobjects-inl.h1808 void FixedArray::set_null(int index) { function in class:v8::internal::FixedArray
1809 set_null(GetHeap(), index);
1813 void FixedArray::set_null(Heap* heap, int index) { function in class:v8::internal::FixedArray
H A Dobjects.h2248 inline void set_null(int index);
2250 inline void set_null(Heap* heap, int index);
H A Dobjects.cc5268 array->set_null(index - 1); // Name.
5269 array->set_null(index); // Code.

Completed in 138 milliseconds