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

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DVM.h165 void setActiveLength(size_t activeLength) { u.m_activeLength = activeLength; } argument
166 size_t activeLength() const { return u.m_activeLength; }; function in struct:JSC::ScratchBuffer

Completed in 165 milliseconds