Home
last modified time | relevance | path

Searched refs:CreateCompact (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSArray.h58 enum ArrayCreationMode { CreateCompact, CreateInitialized }; enumerator
DJSArray.cpp157 if (creationMode == CreateCompact) in JSArray()
171 if (creationMode == CreateCompact) { in JSArray()
DArrayPrototype.cpp577 …ray(exec->globalData(), exec->lexicalGlobalObject()->arrayStructure(), deleteCount, CreateCompact); in arrayProtoFuncSplice()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1619881 and CreateCompact (which should only be used when constructing arrays whose
19883 (JSC::JSArray::setLength): Skip first consistency check if in CreateCompact