Home
last modified time | relevance | path

Searched defs:set_null (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfixed-array-inl.h183 void FixedArray::set_null(int index) { set_null(GetReadOnlyRoots(), index); } in set_null() function
185 void FixedArray::set_null(Isolate* isolate, int index) { in set_null() function
189 void FixedArray::set_null(ReadOnlyRoots ro_roots, int index) { in set_null() function