Changeset 96992 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Oct 7, 2011, 5:06:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r96988 r96992 1 2011-10-07 Mark Hahnenberg <[email protected]> 2 3 Add static version of JSCell::put 4 https://bugs.webkit.org/show_bug.cgi?id=69382 5 6 Reviewed by Geoffrey Garen. 7 8 Added static version of both versions of put to all classes that 9 override them and changed the virtual versions to call the static 10 versions. 11 12 * API/JSCallbackObject.h: 13 * API/JSCallbackObjectFunctions.h: 14 (JSC::::put): 15 * JavaScriptCore.exp: 16 * debugger/DebuggerActivation.cpp: 17 (JSC::DebuggerActivation::put): 18 * debugger/DebuggerActivation.h: 19 * runtime/Arguments.cpp: 20 (JSC::Arguments::put): 21 * runtime/Arguments.h: 22 * runtime/JSActivation.cpp: 23 (JSC::JSActivation::put): 24 * runtime/JSActivation.h: 25 * runtime/JSArray.cpp: 26 (JSC::JSArray::put): 27 * runtime/JSArray.h: 28 * runtime/JSByteArray.cpp: 29 (JSC::JSByteArray::put): 30 * runtime/JSByteArray.h: 31 * runtime/JSCell.cpp: 32 (JSC::JSCell::put): 33 * runtime/JSCell.h: 34 * runtime/JSFunction.cpp: 35 (JSC::JSFunction::put): 36 * runtime/JSFunction.h: 37 * runtime/JSGlobalObject.cpp: 38 (JSC::JSGlobalObject::put): 39 * runtime/JSGlobalObject.h: 40 * runtime/JSNotAnObject.cpp: 41 (JSC::JSNotAnObject::put): 42 * runtime/JSNotAnObject.h: 43 * runtime/JSObject.cpp: 44 (JSC::JSObject::put): 45 * runtime/JSObject.h: 46 * runtime/JSStaticScopeObject.cpp: 47 (JSC::JSStaticScopeObject::put): 48 * runtime/JSStaticScopeObject.h: 49 * runtime/ObjectPrototype.cpp: 50 (JSC::ObjectPrototype::put): 51 * runtime/ObjectPrototype.h: 52 * runtime/RegExpConstructor.cpp: 53 (JSC::RegExpConstructor::put): 54 * runtime/RegExpConstructor.h: 55 * runtime/RegExpMatchesArray.h: 56 (JSC::RegExpMatchesArray::put): 57 * runtime/RegExpObject.cpp: 58 (JSC::RegExpObject::put): 59 * runtime/RegExpObject.h: 60 * runtime/StringObject.cpp: 61 (JSC::StringObject::put): 62 * runtime/StringObject.h: 63 1 64 2011-10-07 Gavin Barraclough <[email protected]> 2 65
Note:
See TracChangeset
for help on using the changeset viewer.