Changeset 77113 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 30, 2011, 10:56:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r77111 r77113 1 2011-01-30 Csaba Osztrogonác <[email protected]> 2 3 Unreviewed, rolling out r77098, r77099, r77100, r77109, and 4 r77111. 5 http://trac.webkit.org/changeset/77098 6 http://trac.webkit.org/changeset/77099 7 http://trac.webkit.org/changeset/77100 8 http://trac.webkit.org/changeset/77109 9 http://trac.webkit.org/changeset/77111 10 https://bugs.webkit.org/show_bug.cgi?id=53219 11 12 Qt build is broken 13 14 * API/JSCallbackObject.h: 15 (JSC::JSCallbackObjectData::setPrivateProperty): 16 (JSC::JSCallbackObjectData::JSPrivatePropertyMap::getPrivateProperty): 17 (JSC::JSCallbackObjectData::JSPrivatePropertyMap::setPrivateProperty): 18 (JSC::JSCallbackObjectData::JSPrivatePropertyMap::markChildren): 19 (JSC::JSCallbackObject::setPrivateProperty): 20 * API/JSCallbackObjectFunctions.h: 21 (JSC::::put): 22 (JSC::::staticFunctionGetter): 23 * API/JSObjectRef.cpp: 24 (JSObjectMakeConstructor): 25 (JSObjectSetPrivateProperty): 26 * API/JSWeakObjectMapRefInternal.h: 27 * JavaScriptCore.exp: 28 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: 29 * JavaScriptCore.xcodeproj/project.pbxproj: 30 * bytecode/CodeBlock.cpp: 31 (JSC::CodeBlock::markAggregate): 32 * bytecode/CodeBlock.h: 33 (JSC::CodeBlock::globalObject): 34 * bytecompiler/BytecodeGenerator.cpp: 35 (JSC::BytecodeGenerator::BytecodeGenerator): 36 (JSC::BytecodeGenerator::emitJumpIfNotFunctionCall): 37 (JSC::BytecodeGenerator::emitJumpIfNotFunctionApply): 38 (JSC::BytecodeGenerator::findScopedProperty): 39 * debugger/Debugger.cpp: 40 (JSC::evaluateInGlobalCallFrame): 41 * debugger/DebuggerActivation.cpp: 42 (JSC::DebuggerActivation::DebuggerActivation): 43 (JSC::DebuggerActivation::markChildren): 44 * debugger/DebuggerActivation.h: 45 * debugger/DebuggerCallFrame.cpp: 46 (JSC::DebuggerCallFrame::evaluate): 47 * interpreter/CallFrame.h: 48 (JSC::ExecState::exception): 49 * interpreter/Interpreter.cpp: 50 (JSC::Interpreter::resolve): 51 (JSC::Interpreter::resolveSkip): 52 (JSC::Interpreter::resolveGlobal): 53 (JSC::Interpreter::resolveGlobalDynamic): 54 (JSC::Interpreter::resolveBaseAndProperty): 55 (JSC::Interpreter::unwindCallFrame): 56 (JSC::appendSourceToError): 57 (JSC::Interpreter::execute): 58 (JSC::Interpreter::tryCacheGetByID): 59 (JSC::Interpreter::privateExecute): 60 * jit/JITStubs.cpp: 61 (JSC::JITThunks::tryCacheGetByID): 62 (JSC::DEFINE_STUB_FUNCTION): 63 * jsc.cpp: 64 (GlobalObject::GlobalObject): 65 * runtime/ArgList.cpp: 66 (JSC::MarkedArgumentBuffer::markLists): 67 * runtime/Arguments.cpp: 68 (JSC::Arguments::markChildren): 69 (JSC::Arguments::getOwnPropertySlot): 70 (JSC::Arguments::getOwnPropertyDescriptor): 71 (JSC::Arguments::put): 72 * runtime/Arguments.h: 73 (JSC::Arguments::setActivation): 74 (JSC::Arguments::Arguments): 75 * runtime/ArrayConstructor.cpp: 76 (JSC::ArrayConstructor::ArrayConstructor): 77 (JSC::constructArrayWithSizeQuirk): 78 * runtime/ArrayPrototype.cpp: 79 (JSC::arrayProtoFuncSplice): 80 * runtime/BatchedTransitionOptimizer.h: 81 (JSC::BatchedTransitionOptimizer::BatchedTransitionOptimizer): 82 (JSC::BatchedTransitionOptimizer::~BatchedTransitionOptimizer): 83 * runtime/BooleanConstructor.cpp: 84 (JSC::BooleanConstructor::BooleanConstructor): 85 (JSC::constructBoolean): 86 (JSC::constructBooleanFromImmediateBoolean): 87 * runtime/BooleanPrototype.cpp: 88 (JSC::BooleanPrototype::BooleanPrototype): 89 * runtime/ConservativeSet.cpp: 90 (JSC::ConservativeSet::grow): 91 * runtime/ConservativeSet.h: 92 (JSC::ConservativeSet::~ConservativeSet): 93 (JSC::ConservativeSet::mark): 94 * runtime/DateConstructor.cpp: 95 (JSC::DateConstructor::DateConstructor): 96 * runtime/DateInstance.cpp: 97 (JSC::DateInstance::DateInstance): 98 * runtime/DatePrototype.cpp: 99 (JSC::dateProtoFuncSetTime): 100 (JSC::setNewValueFromTimeArgs): 101 (JSC::setNewValueFromDateArgs): 102 (JSC::dateProtoFuncSetYear): 103 * runtime/ErrorConstructor.cpp: 104 (JSC::ErrorConstructor::ErrorConstructor): 105 * runtime/ErrorInstance.cpp: 106 (JSC::ErrorInstance::ErrorInstance): 107 * runtime/ErrorPrototype.cpp: 108 (JSC::ErrorPrototype::ErrorPrototype): 109 * runtime/FunctionConstructor.cpp: 110 (JSC::FunctionConstructor::FunctionConstructor): 111 * runtime/FunctionPrototype.cpp: 112 (JSC::FunctionPrototype::FunctionPrototype): 113 * runtime/GetterSetter.cpp: 114 (JSC::GetterSetter::markChildren): 115 * runtime/GetterSetter.h: 116 (JSC::GetterSetter::GetterSetter): 117 (JSC::GetterSetter::getter): 118 (JSC::GetterSetter::setGetter): 119 (JSC::GetterSetter::setter): 120 (JSC::GetterSetter::setSetter): 121 * runtime/GlobalEvalFunction.cpp: 122 (JSC::GlobalEvalFunction::GlobalEvalFunction): 123 (JSC::GlobalEvalFunction::markChildren): 124 * runtime/GlobalEvalFunction.h: 125 (JSC::GlobalEvalFunction::cachedGlobalObject): 126 * runtime/Heap.cpp: 127 (JSC::Heap::markProtectedObjects): 128 (JSC::Heap::markTempSortVectors): 129 (JSC::Heap::markRoots): 130 * runtime/InternalFunction.cpp: 131 (JSC::InternalFunction::InternalFunction): 132 * runtime/JSAPIValueWrapper.h: 133 (JSC::JSAPIValueWrapper::value): 134 (JSC::JSAPIValueWrapper::JSAPIValueWrapper): 135 * runtime/JSActivation.cpp: 136 (JSC::JSActivation::markChildren): 137 (JSC::JSActivation::put): 138 * runtime/JSArray.cpp: 139 (JSC::JSArray::JSArray): 140 (JSC::JSArray::getOwnPropertySlot): 141 (JSC::JSArray::getOwnPropertyDescriptor): 142 (JSC::JSArray::put): 143 (JSC::JSArray::putSlowCase): 144 (JSC::JSArray::deleteProperty): 145 (JSC::JSArray::increaseVectorLength): 146 (JSC::JSArray::setLength): 147 (JSC::JSArray::pop): 148 (JSC::JSArray::push): 149 (JSC::JSArray::unshiftCount): 150 (JSC::JSArray::sort): 151 (JSC::JSArray::fillArgList): 152 (JSC::JSArray::copyToRegisters): 153 (JSC::JSArray::compactForSorting): 154 * runtime/JSArray.h: 155 (JSC::JSArray::getIndex): 156 (JSC::JSArray::setIndex): 157 (JSC::JSArray::uncheckedSetIndex): 158 (JSC::JSArray::markChildrenDirect): 159 * runtime/JSByteArray.cpp: 160 (JSC::JSByteArray::JSByteArray): 161 * runtime/JSCell.h: 162 (JSC::JSCell::JSValue::toThisObject): 163 (JSC::JSCell::MarkStack::append): 164 * runtime/JSFunction.cpp: 165 (JSC::JSFunction::JSFunction): 166 (JSC::JSFunction::getOwnPropertySlot): 167 * runtime/JSGlobalData.h: 168 * runtime/JSGlobalObject.cpp: 169 (JSC::markIfNeeded): 170 (JSC::JSGlobalObject::reset): 171 (JSC::JSGlobalObject::resetPrototype): 172 (JSC::JSGlobalObject::markChildren): 173 * runtime/JSGlobalObject.h: 174 (JSC::JSGlobalObject::JSGlobalObjectData::JSGlobalObjectData): 175 (JSC::JSGlobalObject::regExpConstructor): 176 (JSC::JSGlobalObject::errorConstructor): 177 (JSC::JSGlobalObject::evalErrorConstructor): 178 (JSC::JSGlobalObject::rangeErrorConstructor): 179 (JSC::JSGlobalObject::referenceErrorConstructor): 180 (JSC::JSGlobalObject::syntaxErrorConstructor): 181 (JSC::JSGlobalObject::typeErrorConstructor): 182 (JSC::JSGlobalObject::URIErrorConstructor): 183 (JSC::JSGlobalObject::evalFunction): 184 (JSC::JSGlobalObject::objectPrototype): 185 (JSC::JSGlobalObject::functionPrototype): 186 (JSC::JSGlobalObject::arrayPrototype): 187 (JSC::JSGlobalObject::booleanPrototype): 188 (JSC::JSGlobalObject::stringPrototype): 189 (JSC::JSGlobalObject::numberPrototype): 190 (JSC::JSGlobalObject::datePrototype): 191 (JSC::JSGlobalObject::regExpPrototype): 192 (JSC::JSGlobalObject::methodCallDummy): 193 (JSC::Structure::prototypeForLookup): 194 (JSC::constructArray): 195 * runtime/JSONObject.cpp: 196 (JSC::Stringifier::Holder::object): 197 (JSC::Stringifier::markAggregate): 198 (JSC::Stringifier::stringify): 199 (JSC::Stringifier::Holder::appendNextProperty): 200 (JSC::Walker::callReviver): 201 (JSC::Walker::walk): 202 * runtime/JSObject.cpp: 203 (JSC::JSObject::defineGetter): 204 (JSC::JSObject::defineSetter): 205 (JSC::JSObject::removeDirect): 206 (JSC::JSObject::putDirectFunction): 207 (JSC::JSObject::putDirectFunctionWithoutTransition): 208 (JSC::putDescriptor): 209 (JSC::JSObject::defineOwnProperty): 210 * runtime/JSObject.h: 211 (JSC::JSObject::getDirectOffset): 212 (JSC::JSObject::putDirectOffset): 213 (JSC::JSObject::flattenDictionaryObject): 214 (JSC::JSObject::putDirectInternal): 215 (JSC::JSObject::putDirect): 216 (JSC::JSObject::putDirectFunction): 217 (JSC::JSObject::putDirectWithoutTransition): 218 (JSC::JSObject::putDirectFunctionWithoutTransition): 219 (JSC::JSValue::putDirect): 220 (JSC::JSObject::allocatePropertyStorageInline): 221 (JSC::JSObject::markChildrenDirect): 222 * runtime/JSPropertyNameIterator.cpp: 223 (JSC::JSPropertyNameIterator::JSPropertyNameIterator): 224 (JSC::JSPropertyNameIterator::get): 225 * runtime/JSPropertyNameIterator.h: 226 * runtime/JSStaticScopeObject.cpp: 227 (JSC::JSStaticScopeObject::markChildren): 228 * runtime/JSString.cpp: 229 (JSC::StringObject::create): 230 * runtime/JSValue.h: 231 * runtime/JSWrapperObject.cpp: 232 (JSC::JSWrapperObject::markChildren): 233 * runtime/JSWrapperObject.h: 234 (JSC::JSWrapperObject::internalValue): 235 (JSC::JSWrapperObject::setInternalValue): 236 * runtime/LiteralParser.cpp: 237 (JSC::LiteralParser::parse): 238 * runtime/Lookup.cpp: 239 (JSC::setUpStaticFunctionSlot): 240 * runtime/Lookup.h: 241 (JSC::lookupPut): 242 * runtime/MarkStack.h: 243 (JSC::MarkStack::appendValues): 244 * runtime/MathObject.cpp: 245 (JSC::MathObject::MathObject): 246 * runtime/NativeErrorConstructor.cpp: 247 (JSC::NativeErrorConstructor::NativeErrorConstructor): 248 * runtime/NativeErrorPrototype.cpp: 249 (JSC::NativeErrorPrototype::NativeErrorPrototype): 250 * runtime/NumberConstructor.cpp: 251 (JSC::NumberConstructor::NumberConstructor): 252 (JSC::constructWithNumberConstructor): 253 * runtime/NumberObject.cpp: 254 (JSC::constructNumber): 255 * runtime/NumberPrototype.cpp: 256 (JSC::NumberPrototype::NumberPrototype): 257 * runtime/ObjectConstructor.cpp: 258 (JSC::ObjectConstructor::ObjectConstructor): 259 (JSC::objectConstructorGetOwnPropertyDescriptor): 260 * runtime/Operations.h: 261 (JSC::normalizePrototypeChain): 262 (JSC::resolveBase): 263 * runtime/PrototypeFunction.cpp: 264 (JSC::PrototypeFunction::PrototypeFunction): 265 * runtime/PutPropertySlot.h: 266 (JSC::PutPropertySlot::setExistingProperty): 267 (JSC::PutPropertySlot::setNewProperty): 268 (JSC::PutPropertySlot::base): 269 * runtime/RegExpConstructor.cpp: 270 (JSC::RegExpConstructor::RegExpConstructor): 271 * runtime/ScopeChain.cpp: 272 (JSC::ScopeChainNode::print): 273 * runtime/ScopeChain.h: 274 (JSC::ScopeChainNode::~ScopeChainNode): 275 (JSC::ScopeChainIterator::operator*): 276 (JSC::ScopeChainIterator::operator->): 277 (JSC::ScopeChain::top): 278 * runtime/ScopeChainMark.h: 279 (JSC::ScopeChain::markAggregate): 280 * runtime/SmallStrings.cpp: 281 (JSC::isMarked): 282 (JSC::SmallStrings::markChildren): 283 * runtime/SmallStrings.h: 284 (JSC::SmallStrings::emptyString): 285 (JSC::SmallStrings::singleCharacterString): 286 (JSC::SmallStrings::singleCharacterStrings): 287 * runtime/StringConstructor.cpp: 288 (JSC::StringConstructor::StringConstructor): 289 * runtime/StringObject.cpp: 290 (JSC::StringObject::StringObject): 291 * runtime/StringObject.h: 292 * runtime/StringPrototype.cpp: 293 (JSC::StringPrototype::StringPrototype): 294 * runtime/Structure.cpp: 295 (JSC::Structure::Structure): 296 (JSC::Structure::addPropertyTransition): 297 (JSC::Structure::toDictionaryTransition): 298 (JSC::Structure::flattenDictionaryStructure): 299 * runtime/Structure.h: 300 (JSC::Structure::storedPrototype): 301 * runtime/WeakGCMap.h: 302 (JSC::WeakGCMap::uncheckedGet): 303 (JSC::WeakGCMap::isValid): 304 (JSC::::get): 305 (JSC::::take): 306 (JSC::::set): 307 (JSC::::uncheckedRemove): 308 * runtime/WriteBarrier.h: Removed. 309 1 310 2011-01-30 Simon Fraser <[email protected]> 2 311
Note:
See TracChangeset
for help on using the changeset viewer.