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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSArray.cpp151 JSArray::JSArray(JSGlobalData& globalData, Structure* structure, unsigned initialLength, ArrayCreationMode creationMode) argument
158 initialCapacity = initialLength;
164 m_storage->m_length = initialLength;
181 m_storage->m_length = initialLength;
H A DJSGlobalObject.h418 inline JSArray* constructEmptyArray(ExecState* exec, unsigned initialLength) argument
420 return new (exec) JSArray(exec->globalData(), exec->lexicalGlobalObject()->arrayStructure(), initialLength, CreateInitialized);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 85 milliseconds