source: webkit/trunk/JavaScriptCore/runtime@ 67583

Name Size Rev Age Author Last Change
../
AlignedMemoryAllocator.h 6.3 KB 64695   15 years barraclough JavaScriptCore: Bug 43515 - Fix small design issues with …
ArgList.cpp 2.6 KB 47022   16 years oliver Stack overflow crash in JavaScript garbage collector mark pass …
ArgList.h 6.5 KB 60392   15 years ggaren JavaScriptCore: Simplified the host calling convention. …
Arguments.cpp 10.3 KB 65588   15 years barraclough Bug 44146 - Remove toDouble/toUInt32 methods from UString. Reviewed …
Arguments.h 8.7 KB 62677   15 years darin 2010-07-07 Darin Adler <Darin Adler> Reviewed by Adam …
ArrayConstructor.cpp 3.7 KB 63268   15 years andreas.kling 2010-07-13 Andreas Kling <[email protected]> Reviewed …
ArrayConstructor.h 1.3 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
ArrayPrototype.cpp 40.0 KB 66318   15 years barraclough Bug 44830 - In Array's prototype functyions we're incorrectly handing …
ArrayPrototype.h 1.7 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
BatchedTransitionOptimizer.h 2.0 KB 50704   16 years oliver Can cache prototype lookups on uncacheable dictionaries. …
BooleanConstructor.cpp 2.8 KB 60708   15 years barraclough Bug 40187 - Change function signature of NativeConstructor to match …
BooleanConstructor.h 1.5 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
BooleanObject.cpp 1.2 KB 48836   16 years ggaren NotNullPassRefPtr: smart pointer optimized for passing references that …
BooleanObject.h 1.7 KB 54022   15 years oliver 2010-01-28 Oliver Hunt <[email protected]> Reviewed by Gavin …
BooleanPrototype.cpp 3.1 KB 60762   15 years barraclough Bug 40214 - Clean up error construction / throwing in JSC. …
BooleanPrototype.h 1.2 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
CachedTranscendentalFunction.h 3.1 KB 58935   15 years barraclough Bug 38714 - Add result caching for Math.sin Reviewed by Geoff Garen. …
CallData.cpp 1.8 KB 60392   15 years ggaren JavaScriptCore: Simplified the host calling convention. …
CallData.h 2.3 KB 60631   15 years barraclough Bug 40094 - The return type of NativeFunction should be EncodedJSValue …
ClassInfo.h 2.1 KB 46528   16 years levin 2009-07-29 Laszlo Gombos <Laszlo Gombos> …
Collector.cpp 35.0 KB 64849   15 years commit-queue 2010-08-06 Nathan Lawrence <[email protected]> Reviewed …
Collector.h 10.4 KB 65146   15 years commit-queue 2010-08-11 Nathan Lawrence <[email protected]> Reviewed …
CollectorHeapIterator.h 4.8 KB 64624   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=43269 Patch by Nathan …
CommonIdentifiers.cpp 1.3 KB 55751   15 years barraclough This caused a performance regression, by breaking the code generator's …
CommonIdentifiers.h 3.0 KB 55751   15 years barraclough This caused a performance regression, by breaking the code generator's …
Completion.cpp 2.5 KB 57879   15 years barraclough Rubber stamped by Maciej Stachowiak (relanding r57829). Added missing …
Completion.h 1.9 KB 57192   15 years eric 2010-04-06 Adam Barth <[email protected]> Reviewed by Eric …
ConstructData.cpp 1.9 KB 60708   15 years barraclough Bug 40187 - Change function signature of NativeConstructor to match …
ConstructData.h 2.3 KB 60708   15 years barraclough Bug 40187 - Change function signature of NativeConstructor to match …
DateConstructor.cpp 6.8 KB 60708   15 years barraclough Bug 40187 - Change function signature of NativeConstructor to match …
DateConstructor.h 1.4 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
DateConversion.cpp 4.0 KB 65478   15 years barraclough Remove unnecessary includes from UString.h, add new includes as …
DateConversion.h 2.4 KB 52028   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=32454 Refactor construction of …
DateInstance.cpp 2.7 KB 53969   15 years oliver 2010-01-27 Oliver Hunt <[email protected]> Reviewed by …
DateInstance.h 2.8 KB 54022   15 years oliver 2010-01-28 Oliver Hunt <[email protected]> Reviewed by Gavin …
DateInstanceCache.h 3.0 KB 62367   15 years oliver 2010-07-01 Oliver Hunt <[email protected]> Reviewed by …
DatePrototype.cpp 41.3 KB 65177   15 years barraclough Rubber stamps by Darin Adler & Sam Weinig. Bug 43867 - Some UString …
DatePrototype.h 1.8 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
Error.cpp 7.6 KB 60762   15 years barraclough Bug 40214 - Clean up error construction / throwing in JSC. …
Error.h 3.3 KB 60762   15 years barraclough Bug 40214 - Clean up error construction / throwing in JSC. …
ErrorConstructor.cpp 2.6 KB 60762   15 years barraclough Bug 40214 - Clean up error construction / throwing in JSC. …
ErrorConstructor.h 1.4 KB 60762   15 years barraclough Bug 40214 - Clean up error construction / throwing in JSC. …
ErrorInstance.cpp 1.9 KB 66616   15 years barraclough JavaScriptCore: Ecma-262 15.11.1.1 states that if the argument is …
ErrorInstance.h 1.5 KB 66616   15 years barraclough JavaScriptCore: Ecma-262 15.11.1.1 states that if the argument is …
ErrorPrototype.cpp 2.6 KB 66616   15 years barraclough JavaScriptCore: Ecma-262 15.11.1.1 states that if the argument is …
ErrorPrototype.h 1.2 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
ExceptionHelpers.cpp 8.9 KB 66150   15 years barraclough Rolling out r64608, this regressed performance. * …
ExceptionHelpers.h 2.8 KB 66150   15 years barraclough Rolling out r64608, this regressed performance. * …
Executable.cpp 14.8 KB 67583   15 years oliver 2010-09-15 Oliver Hunt <[email protected]> Reviewed by …
Executable.h 14.0 KB 67583   15 years oliver 2010-09-15 Oliver Hunt <[email protected]> Reviewed by …
FunctionConstructor.cpp 4.4 KB 65177   15 years barraclough Rubber stamps by Darin Adler & Sam Weinig. Bug 43867 - Some UString …
FunctionConstructor.h 1.5 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
FunctionPrototype.cpp 6.1 KB 65593   15 years barraclough Rename UString::substr to substringSharingImpl, add to WTF::String. …
FunctionPrototype.h 1.6 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
GCActivityCallback.cpp 1.8 KB 64585   15 years ggaren https://bugs.webkit.org/show_bug.cgi?id=41318 GC should reclaim …
GCActivityCallback.h 2.3 KB 64585   15 years ggaren https://bugs.webkit.org/show_bug.cgi?id=41318 GC should reclaim …
GCActivityCallbackCF.cpp 3.0 KB 64800   15 years ggaren Fixed leak seen on buildbot. Reviewed by Mark Rowe. * …
GCHandle.cpp 3.0 KB 64849   15 years commit-queue 2010-08-06 Nathan Lawrence <[email protected]> Reviewed …
GCHandle.h 3.5 KB 64849   15 years commit-queue 2010-08-06 Nathan Lawrence <[email protected]> Reviewed …
GetterSetter.cpp 1.3 KB 48067   16 years darin JavaScriptCore: DateInstance object collected on ARM JIT (JSValue: …
GetterSetter.h 2.3 KB 55185   15 years oliver 2010-02-24 Oliver Hunt <[email protected]> Reviewed by Gavin …
GlobalEvalFunction.cpp 1.8 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
GlobalEvalFunction.h 2.0 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
Identifier.cpp 9.3 KB 65588   15 years barraclough Bug 44146 - Remove toDouble/toUInt32 methods from UString. Reviewed …
Identifier.h 5.7 KB 65588   15 years barraclough Bug 44146 - Remove toDouble/toUInt32 methods from UString. Reviewed …
InitializeThreading.cpp 2.7 KB 67130   15 years slewis Added statistics sampling and reporting for JavaScriptCore's …
InitializeThreading.h 1.9 KB 44224   16 years abarth Revert 44221.
InternalFunction.cpp 2.4 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
InternalFunction.h 2.4 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
JSActivation.cpp 5.9 KB 63267   15 years barraclough Bug 42207 - Clean up interface to compile executables, always check …
JSActivation.h 4.3 KB 59742   15 years ggaren JavaScriptCore: Simplified handling of 'arguments' -- 1.2% SunSpider …
JSAPIValueWrapper.cpp 1.1 KB 47799   16 years ggaren A bit of Collector refatoring. Patch by Geoffrey Garen …
JSAPIValueWrapper.h 2.0 KB 55633   15 years mrowe Remove unnecessary includes of wtf/Platform.h. This is already pulled …
JSArray.cpp 44.3 KB 67494   15 years darin 2010-09-14 Darin Adler <Darin Adler> Reviewed by …
JSArray.h 10.5 KB 65588   15 years barraclough Bug 44146 - Remove toDouble/toUInt32 methods from UString. Reviewed …
JSByteArray.cpp 3.9 KB 65588   15 years barraclough Bug 44146 - Remove toDouble/toUInt32 methods from UString. Reviewed …
JSByteArray.h 4.6 KB 64156   15 years andreas.kling 2010-07-23 Helder Correia <[email protected]> …
JSCell.cpp 5.6 KB 57019   15 years ggaren Inlined toThisString and toThisJSString to avoid virtual function call …
JSCell.h 11.1 KB 65146   15 years commit-queue 2010-08-11 Nathan Lawrence <[email protected]> Reviewed …
JSFunction.cpp 10.5 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
JSFunction.h 4.4 KB 60631   15 years barraclough Bug 40094 - The return type of NativeFunction should be EncodedJSValue …
JSGlobalData.cpp 11.2 KB 67146   15 years msaboff 2010-09-09 Michael Saboff <[email protected]> Reviewed by …
JSGlobalData.h 8.3 KB 67146   15 years msaboff 2010-09-09 Michael Saboff <[email protected]> Reviewed by …
JSGlobalObject.cpp 22.9 KB 66019   15 years xan 2010-08-25 Xan Lopez <[email protected]> Reviewed by Alexey …
JSGlobalObject.h 20.0 KB 66019   15 years xan 2010-08-25 Xan Lopez <[email protected]> Reviewed by Alexey …
JSGlobalObjectFunctions.cpp 17.3 KB 65593   15 years barraclough Rename UString::substr to substringSharingImpl, add to WTF::String. …
JSGlobalObjectFunctions.h 2.5 KB 65588   15 years barraclough Bug 44146 - Remove toDouble/toUInt32 methods from UString. Reviewed …
JSImmediate.cpp 946 bytes 46702   16 years ggaren 2009-08-02 Geoffrey Garen <[email protected]> Windows build …
JSImmediate.h 25.4 KB 62419   15 years barraclough Bug 41552 - Clean up ARMv7 vfp code generation Emit separate opcode …
JSLock.cpp 7.7 KB 64585   15 years ggaren https://bugs.webkit.org/show_bug.cgi?id=41318 GC should reclaim …
JSLock.h 3.6 KB 64585   15 years ggaren https://bugs.webkit.org/show_bug.cgi?id=41318 GC should reclaim …
JSNotAnObject.cpp 4.3 KB 53170   15 years eric 2010-01-12 Kent Hansen <[email protected]> Reviewed by …
JSNotAnObject.h 4.2 KB 54022   15 years oliver 2010-01-28 Oliver Hunt <[email protected]> Reviewed by Gavin …
JSNumberCell.cpp 2.5 KB 65177   15 years barraclough Rubber stamps by Darin Adler & Sam Weinig. Bug 43867 - Some UString …
JSNumberCell.h 9.1 KB 57019   15 years ggaren Inlined toThisString and toThisJSString to avoid virtual function call …
JSObject.cpp 25.0 KB 60762   15 years barraclough Bug 40214 - Clean up error construction / throwing in JSC. …
JSObject.h 30.9 KB 64684   15 years commit-queue 2010-08-04 Sheriff Bot <[email protected]> …
JSObjectWithGlobalObject.cpp 1.9 KB 60057   15 years weinig Fix for https://bugs.webkit.org/show_bug.cgi?id=39575 Make JS …
JSObjectWithGlobalObject.h 2.2 KB 60057   15 years weinig Fix for https://bugs.webkit.org/show_bug.cgi?id=39575 Make JS …
JSONObject.cpp 30.4 KB 65593   15 years barraclough Rename UString::substr to substringSharingImpl, add to WTF::String. …
JSONObject.h 2.4 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
JSPropertyNameIterator.cpp 4.7 KB 59980   15 years barraclough Unreviewed build fix. Interpreter fix following r59974. * …
JSPropertyNameIterator.h 3.9 KB 59980   15 years barraclough Unreviewed build fix. Interpreter fix following r59974. * …
JSStaticScopeObject.cpp 2.5 KB 64684   15 years commit-queue 2010-08-04 Sheriff Bot <[email protected]> …
JSStaticScopeObject.h 3.2 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
JSString.cpp 9.5 KB 65593   15 years barraclough Rename UString::substr to substringSharingImpl, add to WTF::String. …
JSString.h 25.1 KB 65588   15 years barraclough Bug 44146 - Remove toDouble/toUInt32 methods from UString. Reviewed …
JSStringBuilder.h 4.7 KB 65177   15 years barraclough Rubber stamps by Darin Adler & Sam Weinig. Bug 43867 - Some UString …
JSType.h 1.3 KB 47267   16 years oliver Devirtualise marking https://bugs.webkit.org/show_bug.cgi?id=28294
JSTypeInfo.h 3.5 KB 55684   15 years oliver 2010-03-07 Oliver Hunt <[email protected]> Reviewed by Darin …
JSValue.cpp 4.9 KB 65698   15 years andreas.kling 2010-08-19 Andreas Kling <[email protected]> Reviewed …
JSValue.h 23.6 KB 66318   15 years barraclough Bug 44830 - In Array's prototype functyions we're incorrectly handing …
JSVariableObject.cpp 2.8 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
JSVariableObject.h 6.6 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
JSWrapperObject.cpp 1.1 KB 47022   16 years oliver Stack overflow crash in JavaScript garbage collector mark pass …
JSWrapperObject.h 2.2 KB 54022   15 years oliver 2010-01-28 Oliver Hunt <[email protected]> Reviewed by Gavin …
JSZombie.cpp 1.8 KB 61778   15 years sfalken 2010-06-21 Nathan Lawrence <[email protected]> Reviewed by Geoff …
JSZombie.h 3.8 KB 57019   15 years ggaren Inlined toThisString and toThisJSString to avoid virtual function call …
LiteralParser.cpp 15.0 KB 54571   15 years barraclough Rubber Stamped by Geoff Garen. Rename StringBuilder::release && …
LiteralParser.h 3.9 KB 65177   15 years barraclough Rubber stamps by Darin Adler & Sam Weinig. Bug 43867 - Some UString …
Lookup.cpp 3.5 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
Lookup.h 12.2 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
MarkStack.cpp 1.5 KB 48067   16 years darin JavaScriptCore: DateInstance object collected on ARM JIT (JSValue: …
MarkStack.h 5.8 KB 64684   15 years commit-queue 2010-08-04 Sheriff Bot <[email protected]> …
MarkStackNone.cpp 1.6 KB 53922   15 years eric 2010-01-27 Kwang Yul Seo <[email protected]> Reviewed by …
MarkStackPosix.cpp 1.7 KB 52791   15 years mjs 2010-01-04 Maciej Stachowiak <[email protected]> Reviewed by …
MarkStackSymbian.cpp 1.2 KB 52791   15 years mjs 2010-01-04 Maciej Stachowiak <[email protected]> Reviewed by …
MarkStackWin.cpp 1.9 KB 52791   15 years mjs 2010-01-04 Maciej Stachowiak <[email protected]> Reviewed by …
MathObject.cpp 9.2 KB 65947   15 years oliver 2010-08-24 Oliver Hunt <[email protected]> Reviewed by Geoff …
MathObject.h 1.7 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
MemoryStatistics.cpp 1.9 KB 67265   15 years slewis JavaScriptCore: Refactor JavaScriptCore memory statistics so that …
MemoryStatistics.h 1.7 KB 67265   15 years slewis JavaScriptCore: Refactor JavaScriptCore memory statistics so that …
NativeErrorConstructor.cpp 3.0 KB 64684   15 years commit-queue 2010-08-04 Sheriff Bot <[email protected]> …
NativeErrorConstructor.h 1.7 KB 64684   15 years commit-queue 2010-08-04 Sheriff Bot <[email protected]> …
NativeErrorPrototype.cpp 1.6 KB 59974   15 years barraclough Unreviewed build fix. Patch by David Levin <[email protected]> on …
NativeErrorPrototype.h 1.3 KB 59974   15 years barraclough Unreviewed build fix. Patch by David Levin <[email protected]> on …
NativeFunctionWrapper.h 1.6 KB 44310   16 years barraclough 2009-05-31 Gavin Barraclough <[email protected]> …
NumberConstructor.cpp 4.7 KB 60708   15 years barraclough Bug 40187 - Change function signature of NativeConstructor to match …
NumberConstructor.h 2.1 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
NumberObject.cpp 1.5 KB 48836   16 years ggaren NotNullPassRefPtr: smart pointer optimized for passing references that …
NumberObject.h 1.8 KB 54022   15 years oliver 2010-01-28 Oliver Hunt <[email protected]> Reviewed by Gavin …
NumberPrototype.cpp 12.2 KB 66159   15 years barraclough Rubber Stamped by Oliver Hunt. Partially revert r65959. The toString …
NumberPrototype.h 1.2 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
NumericStrings.h 3.6 KB 65177   15 years barraclough Rubber stamps by Darin Adler & Sam Weinig. Bug 43867 - Some UString …
ObjectConstructor.cpp 14.1 KB 60762   15 years barraclough Bug 40214 - Clean up error construction / throwing in JSC. …
ObjectConstructor.h 1.4 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
ObjectPrototype.cpp 7.9 KB 65588   15 years barraclough Bug 44146 - Remove toDouble/toUInt32 methods from UString. Reviewed …
ObjectPrototype.h 1.5 KB 60631   15 years barraclough Bug 40094 - The return type of NativeFunction should be EncodedJSValue …
Operations.cpp 3.5 KB 54394   15 years barraclough Add a JSStringBuilder class (similar-to, and derived-from …
Operations.h 16.0 KB 65177   15 years barraclough Rubber stamps by Darin Adler & Sam Weinig. Bug 43867 - Some UString …
PropertyDescriptor.cpp 5.8 KB 51801   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=32184 Handle out-of-memory …
PropertyDescriptor.h 3.4 KB 51801   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=32184 Handle out-of-memory …
PropertyMapHashTable.h 3.2 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
PropertyNameArray.cpp 1.7 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
PropertyNameArray.h 3.4 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
PropertySlot.cpp 1.4 KB 60392   15 years ggaren JavaScriptCore: Simplified the host calling convention. …
PropertySlot.h 7.9 KB 55564   15 years oliver 2010-03-03 Oliver Hunt <[email protected]> Reviewed by Gavin …
Protect.h 7.0 KB 49734   16 years ggaren Rolled back in r49717 with the build maybe working now?
PrototypeFunction.cpp 2.3 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
PrototypeFunction.h 1.6 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
PutPropertySlot.h 2.5 KB 44076   16 years barraclough 2009-05-21 Gavin Barraclough <[email protected]> …
RegExp.cpp 7.6 KB 67146   15 years msaboff 2010-09-09 Michael Saboff <[email protected]> Reviewed by …
RegExp.h 2.5 KB 67146   15 years msaboff 2010-09-09 Michael Saboff <[email protected]> Reviewed by …
RegExpCache.cpp 2.9 KB 65177   15 years barraclough Rubber stamps by Darin Adler & Sam Weinig. Bug 43867 - Some UString …
RegExpCache.h 2.2 KB 65478   15 years barraclough Remove unnecessary includes from UString.h, add new includes as …
RegExpConstructor.cpp 13.4 KB 65177   15 years barraclough Rubber stamps by Darin Adler & Sam Weinig. Bug 43867 - Some UString …
RegExpConstructor.h 4.7 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
RegExpKey.h 3.6 KB 65478   15 years barraclough Remove unnecessary includes from UString.h, add new includes as …
RegExpMatchesArray.h 3.2 KB 55262   15 years ap Reviewed by Anders Carlsson. …
RegExpObject.cpp 5.7 KB 65177   15 years barraclough Rubber stamps by Darin Adler & Sam Weinig. Bug 43867 - Some UString …
RegExpObject.h 3.0 KB 60392   15 years ggaren JavaScriptCore: Simplified the host calling convention. …
RegExpPrototype.cpp 5.4 KB 65177   15 years barraclough Rubber stamps by Darin Adler & Sam Weinig. Bug 43867 - Some UString …
RegExpPrototype.h 1.2 KB 62864   15 years barraclough RegExp's prototype should be an object of type RegExp. Reviewed by …
RopeImpl.cpp 2.2 KB 65099   15 years barraclough Bug 43816 - Remove UStringImpl The class was actually removed a long …
RopeImpl.h 3.2 KB 65099   15 years barraclough Bug 43816 - Remove UStringImpl The class was actually removed a long …
ScopeChain.cpp 2.1 KB 65344   15 years barraclough Switch String::/UString::ascii() to return a CString. Rubber stamped …
ScopeChain.h 6.7 KB 48774   16 years ggaren JavaScriptCore: Inlined some object creation code, including …
ScopeChainMark.h 1.2 KB 47022   16 years oliver Stack overflow crash in JavaScript garbage collector mark pass …
SmallStrings.cpp 4.6 KB 65286   15 years barraclough Change UString constructors to match those in WTF::String. This …
SmallStrings.h 2.7 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
StringBuilder.h 2.6 KB 65834   15 years oliver 2010-08-23 Oliver Hunt <[email protected]> Reviewed by Gavin …
StringConcatenate.h 15.1 KB 65177   15 years barraclough Rubber stamps by Darin Adler & Sam Weinig. Bug 43867 - Some UString …
StringConstructor.cpp 3.9 KB 65099   15 years barraclough Bug 43816 - Remove UStringImpl The class was actually removed a long …
StringConstructor.h 1.4 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
StringObject.cpp 3.5 KB 65588   15 years barraclough Bug 44146 - Remove toDouble/toUInt32 methods from UString. Reviewed …
StringObject.h 2.7 KB 54022   15 years oliver 2010-01-28 Oliver Hunt <[email protected]> Reviewed by Gavin …
StringObjectThatMasqueradesAsUndefined.h 2.2 KB 54022   15 years oliver 2010-01-28 Oliver Hunt <[email protected]> Reviewed by Gavin …
StringPrototype.cpp 41.4 KB 65840   15 years commit-queue 2010-08-23 Michael Saboff <[email protected]> Reviewed by …
StringPrototype.h 1.5 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
Structure.cpp 43.2 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
Structure.h 12.2 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
StructureChain.cpp 2.0 KB 49734   16 years ggaren Rolled back in r49717 with the build maybe working now?
StructureChain.h 1.9 KB 49734   16 years ggaren Rolled back in r49717 with the build maybe working now?
StructureTransitionTable.h 2.8 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
SymbolTable.h 4.4 KB 65104   15 years barraclough Bug 43817 - Remove UString::Rep UString::Rep has for a long time been …
Terminator.h 1.9 KB 57192   15 years eric 2010-04-06 Adam Barth <[email protected]> Reviewed by Eric …
TimeoutChecker.cpp 5.3 KB 66475   15 years benjamin.poulain 2010-08-31 Benjamin Poulain <[email protected]> …
TimeoutChecker.h 2.5 KB 64036   15 years hausmann [Qt] Use the default timeout interval for JS as the HTML tokenizer …
Tracing.d 1.9 KB 52082   15 years ggaren JavaScriptCore: Changed GC from mark-sweep to mark-allocate. …
Tracing.h 1.9 KB 52082   15 years ggaren JavaScriptCore: Changed GC from mark-sweep to mark-allocate. …
UString.cpp 10.3 KB 66245   15 years barraclough Bug 44745 - Number.toFixed/toExponential/toPrecision are inaccurate. …
UString.h 7.7 KB 65593   15 years barraclough Rename UString::substr to substringSharingImpl, add to WTF::String. …
WeakGCMap.h 4.7 KB 53514   15 years mjs 2010-01-18 Maciej Stachowiak <[email protected]> Reviewed by …
WeakGCPtr.h 4.1 KB 64849   15 years commit-queue 2010-08-06 Nathan Lawrence <[email protected]> Reviewed …
WeakRandom.h 3.0 KB 50791   16 years ggaren Linux build fix: Added an #include for UINT_MAX. * runtime/WeakRandom.h:
Note: See TracBrowser for help on using the repository browser.