Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.h418 inline JSArray* constructEmptyArray(ExecState* exec, unsigned initialLength) in constructEmptyArray()
DJSArray.cpp151 JSArray::JSArray(JSGlobalData& globalData, Structure* structure, unsigned initialLength, ArrayCreat… in JSArray()