HomeSort by relevance Sort by last modified time
    Searched refs:baseExternalStorageCapacity (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h 224 static const unsigned baseExternalStorageCapacity = 16;
410 ASSERT(m_structure->propertyStorageCapacity() < baseExternalStorageCapacity);
463 return propertyStorageCapacity() < JSObject::baseExternalStorageCapacity;
    [all...]
JSObject.cpp 584 bool wasInline = (oldSize < JSObject::baseExternalStorageCapacity);
Structure.cpp 279 m_propertyStorageCapacity = JSObject::baseExternalStorageCapacity;

Completed in 36 milliseconds