Lines Matching full:propertystorage
1493 (JSC::JSObject::propertyStorage):
3883 (JSC::JSObject::propertyStorage):
35095 (JSC::PropertyMap::createTable): Don't allocate the propertyStorage, that is
35097 (JSC::PropertyMap::rehash): PropertyStorage is not a OwnArrayPtr anymore.
35320 Don't waste the first item in the PropertyStorage.
35687 (JSC::JSObject::mark): Mark the PropertyStorage.
35695 * kjs/JSObject.h: Remove PropertyMap and add PropertyStorage.
35696 (JSC::JSObject::propertyStorage): return the PropertyStorage.
35702 (JSC::JSObject::getDirectOffset): Get by indexing into PropertyStorage.
35703 (JSC::JSObject::putDirectOffset): Put by indexing into PropertyStorage.
35707 * kjs/PropertyMap.cpp: Use the propertyStorage as the storage for the JSValues.