source: webkit/trunk/Source/JavaScriptCore/runtime@ 77006

Name Size Rev Age Author Last Change
../
ArgList.cpp 2.6 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
ArgList.h 6.5 KB 76248   14 years ossy Refactoring of the custom allocation framework …
Arguments.cpp 12.1 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
Arguments.h 9.4 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
ArrayConstructor.cpp 3.8 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
ArrayConstructor.h 1.3 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
ArrayPrototype.cpp 38.8 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
ArrayPrototype.h 1.7 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
BatchedTransitionOptimizer.h 2.2 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
BooleanConstructor.cpp 2.9 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
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 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
BooleanPrototype.h 1.2 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
CachedTranscendentalFunction.h 3.1 KB 70496   15 years oliver 2010-10-25 Oliver Hunt <[email protected]> Reviewed by Gavin …
CallData.cpp 1.8 KB 70703   15 years barraclough Bug 48365 - Remove output parameters from JITStackFrame Reviewed by …
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> …
CollectorHeapIterator.h 4.8 KB 75443   14 years ggaren Moved Collector.* => Heap.*, since the file contains a class named …
CommonIdentifiers.cpp 1.4 KB 69516   15 years oliver 2010-10-01 Oliver Hunt <[email protected]> Reviewed by Gavin …
CommonIdentifiers.h 3.1 KB 76248   14 years ossy Refactoring of the custom allocation framework …
Completion.cpp 2.6 KB 70703   15 years barraclough Bug 48365 - Remove output parameters from JITStackFrame Reviewed by …
Completion.h 1.9 KB 57192   15 years eric 2010-04-06 Adam Barth <[email protected]> Reviewed by Eric …
ConservativeSet.cpp 2.4 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
ConservativeSet.h 2.4 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
ConstructData.cpp 1.8 KB 70703   15 years barraclough Bug 48365 - Remove output parameters from JITStackFrame Reviewed by …
ConstructData.h 2.3 KB 60708   15 years barraclough Bug 40187 - Change function signature of NativeConstructor to match …
DateConstructor.cpp 7.3 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
DateConstructor.h 1.4 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
DateConversion.cpp 4.1 KB 69833   15 years commit-queue 2010-10-14 Nathan Vander Wilt <[email protected]> Reviewed by …
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 77006   14 years oliver 2011-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.7 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
DatePrototype.h 1.8 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
Error.cpp 7.2 KB 72050   15 years barraclough Bug 49488 - Only add source specific information to exceptions in …
Error.h 3.1 KB 72050   15 years barraclough Bug 49488 - Only add source specific information to exceptions in …
ErrorConstructor.cpp 2.6 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
ErrorConstructor.h 1.4 KB 60762   15 years barraclough Bug 40214 - Clean up error construction / throwing in JSC. …
ErrorInstance.cpp 2.0 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
ErrorInstance.h 1.9 KB 72050   15 years barraclough Bug 49488 - Only add source specific information to exceptions in …
ErrorPrototype.cpp 2.8 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
ErrorPrototype.h 1.2 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
ExceptionHelpers.cpp 5.4 KB 75408   14 years barraclough Bug 52079 - Syntax errors should be early errors. Reviewed by Oliver …
ExceptionHelpers.h 2.7 KB 75408   14 years barraclough Bug 52079 - Syntax errors should be early errors. Reviewed by Oliver …
Executable.cpp 12.3 KB 75408   14 years barraclough Bug 52079 - Syntax errors should be early errors. Reviewed by Oliver …
Executable.h 14.0 KB 74454   14 years barraclough Reviewed by Geoff Garen. <rdar://problem/8765333> CRASH running out …
FunctionConstructor.cpp 4.5 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
FunctionConstructor.h 1.5 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
FunctionPrototype.cpp 6.1 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
FunctionPrototype.h 1.6 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
GCActivityCallback.cpp 1.9 KB 73225   14 years ggaren Try to fix Windows build. * runtime/GCActivityCallback.cpp: …
GCActivityCallback.h 2.4 KB 73223   14 years ggaren Fixed <rdar://problem/8310571> CrashTracer: 60 crashes in Photo Booth …
GCActivityCallbackCF.cpp 3.6 KB 75443   14 years ggaren Moved Collector.* => Heap.*, since the file contains a class named …
GCHandle.cpp 2.9 KB 74431   14 years barraclough JavaScriptCore: Added PageAllocationAligned, a cross-platform …
GCHandle.h 3.3 KB 74431   14 years barraclough JavaScriptCore: Added PageAllocationAligned, a cross-platform …
GetterSetter.cpp 1.4 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
GetterSetter.h 2.4 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
GlobalEvalFunction.cpp 1.8 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
GlobalEvalFunction.h 2.0 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
Heap.cpp 11.7 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
Heap.h 5.2 KB 76425   14 years ggaren 2011-01-21 Geoffrey Garen <[email protected]> Reviewed by …
Identifier.cpp 9.3 KB 72592   15 years paroga 2010-11-23 Patrick Gansterer <Patrick Gansterer> Reviewed …
Identifier.h 5.7 KB 65588   15 years barraclough Bug 44146 - Remove toDouble/toUInt32 methods from UString. Reviewed …
InitializeThreading.cpp 2.7 KB 75443   14 years ggaren Moved Collector.* => Heap.*, since the file contains a class named …
InitializeThreading.h 1.9 KB 44224   16 years abarth Revert 44221.
InternalFunction.cpp 2.4 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
InternalFunction.h 2.4 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
JSActivation.cpp 8.4 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSActivation.h 4.8 KB 69516   15 years oliver 2010-10-01 Oliver Hunt <[email protected]> Reviewed by Gavin …
JSAPIValueWrapper.cpp 1.1 KB 47799   16 years ggaren A bit of Collector refatoring. Patch by Geoffrey Garen …
JSAPIValueWrapper.h 2.0 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSArray.cpp 45.5 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSArray.h 10.8 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSByteArray.cpp 3.9 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSByteArray.h 4.6 KB 70749   15 years xan 2010-10-28 Xan Lopez <[email protected]> Reviewed by Oliver …
JSCell.cpp 5.6 KB 57019   15 years ggaren Inlined toThisString and toThisJSString to avoid virtual function call …
JSCell.h 12.0 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSFunction.cpp 12.3 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSFunction.h 4.4 KB 60631   15 years barraclough Bug 40094 - The return type of NativeFunction should be EncodedJSValue …
JSGlobalData.cpp 11.8 KB 76399   14 years ggaren 2011-01-21 Geoffrey Garen <[email protected]> Reviewed by …
JSGlobalData.h 8.6 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSGlobalObject.cpp 25.3 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSGlobalObject.h 19.2 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSGlobalObjectFunctions.cpp 17.2 KB 70703   15 years barraclough Bug 48365 - Remove output parameters from JITStackFrame Reviewed by …
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 19.8 KB 71220   15 years loki 2010-11-03 Gabor Loki <[email protected]> Reviewed by …
JSLock.cpp 7.7 KB 75443   14 years ggaren Moved Collector.* => Heap.*, since the file contains a class named …
JSLock.h 3.6 KB 76248   14 years ossy Refactoring of the custom allocation framework …
JSNotAnObject.cpp 3.7 KB 72127   15 years barraclough JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=49606
JSNotAnObject.h 3.6 KB 72127   15 years barraclough JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=49606
JSNumberCell.cpp 1.2 KB 70111   15 years oliver 2010-10-19 Oliver Hunt <[email protected]> Reviewed by …
JSNumberCell.h 4.0 KB 75443   14 years ggaren Moved Collector.* => Heap.*, since the file contains a class named …
JSObject.cpp 26.7 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSObject.h 32.0 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
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 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSONObject.h 2.4 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
JSPropertyNameIterator.cpp 4.7 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSPropertyNameIterator.h 3.9 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSStaticScopeObject.cpp 2.5 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSStaticScopeObject.h 3.2 KB 69516   15 years oliver 2010-10-01 Oliver Hunt <[email protected]> Reviewed by Gavin …
JSString.cpp 11.9 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSString.h 25.9 KB 75517   14 years xan 2011-01-11 Xan Lopez <[email protected]> Reviewed by Darin …
JSStringBuilder.h 4.7 KB 69663   15 years zimmermann 2010-10-13 Nikolas Zimmermann <[email protected]> …
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 6.3 KB 72127   15 years barraclough JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=49606
JSValue.h 20.5 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
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.2 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSWrapperObject.h 2.2 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
JSZombie.cpp 1.8 KB 71375   15 years xan 2010-11-04 Xan Lopez <[email protected]> Reviewed by Adam …
JSZombie.h 3.9 KB 69516   15 years oliver 2010-10-01 Oliver Hunt <[email protected]> Reviewed by Gavin …
LiteralParser.cpp 15.3 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
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 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
Lookup.h 12.3 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
MachineStackMarker.cpp 10.8 KB 76454   14 years ggaren 2011-01-22 Geoffrey Garen <[email protected]> Reviewed by …
MachineStackMarker.h 2.2 KB 76454   14 years ggaren 2011-01-22 Geoffrey Garen <[email protected]> Reviewed by …
MarkedSpace.cpp 10.7 KB 76425   14 years ggaren 2011-01-21 Geoffrey Garen <[email protected]> Reviewed by …
MarkedSpace.h 7.5 KB 76432   14 years ggaren Reorganized MarkedSpace, making many of its functions private. …
MarkStack.cpp 1.5 KB 48067   16 years darin JavaScriptCore: DateInstance object collected on ARM JIT (JSValue: …
MarkStack.h 6.4 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
MarkStackPosix.cpp 1.5 KB 73091   14 years ggaren Baby step toward a cross-platform virtual memory abstraction: created …
MarkStackSymbian.cpp 1.1 KB 73091   14 years ggaren Baby step toward a cross-platform virtual memory abstraction: created …
MarkStackWin.cpp 1.6 KB 73091   14 years ggaren Baby step toward a cross-platform virtual memory abstraction: created …
MathObject.cpp 9.2 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
MathObject.h 1.7 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
MemoryStatistics.cpp 1.9 KB 75855   14 years ggaren 2011-01-13 Geoffrey Garen <[email protected]> Reviewed by …
MemoryStatistics.h 1.7 KB 75855   14 years ggaren 2011-01-13 Geoffrey Garen <[email protected]> Reviewed by …
NativeErrorConstructor.cpp 3.0 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
NativeErrorConstructor.h 1.7 KB 64684   15 years commit-queue 2010-08-04 Sheriff Bot <[email protected]> …
NativeErrorPrototype.cpp 1.7 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
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 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
NumberConstructor.h 2.1 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
NumberObject.cpp 1.5 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
NumberObject.h 1.6 KB 70111   15 years oliver 2010-10-19 Oliver Hunt <[email protected]> Reviewed by …
NumberPrototype.cpp 12.3 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
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.3 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
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.4 KB 70749   15 years xan 2010-10-28 Xan Lopez <[email protected]> Reviewed by Oliver …
Operations.h 16.1 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
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 75443   14 years ggaren Moved Collector.* => Heap.*, since the file contains a class named …
PrototypeFunction.cpp 2.3 KB 77006   14 years oliver 2011-01-27 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.7 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
RegExp.cpp 8.1 KB 75602   14 years pvarga 2011-01-12 Peter Varga <[email protected]> Reviewed by …
RegExp.h 2.7 KB 75208   14 years msaboff 2011-01-06 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.5 KB 74441   14 years barraclough <rdar://problem/8241425> JIT executable memory excessive usage due to …
RegExpConstructor.cpp 13.4 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
RegExpConstructor.h 4.7 KB 76248   14 years ossy Refactoring of the custom allocation framework …
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.4 KB 76180   14 years oliver 2011-01-19 Oliver Hunt <[email protected]> Reviewed by Gavin …
RegExpObject.h 3.1 KB 76248   14 years ossy Refactoring of the custom allocation framework …
RegExpPrototype.cpp 5.6 KB 76185   14 years darin 2011-01-18 Darin Adler <Darin Adler> Reviewed by …
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 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
ScopeChain.h 6.7 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
ScopeChainMark.h 1.2 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
SmallStrings.cpp 4.7 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
SmallStrings.h 2.8 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
StrictEvalActivation.cpp 1.8 KB 69516   15 years oliver 2010-10-01 Oliver Hunt <[email protected]> Reviewed by Gavin …
StrictEvalActivation.h 1.7 KB 69516   15 years oliver 2010-10-01 Oliver Hunt <[email protected]> Reviewed by Gavin …
StringConstructor.cpp 4.0 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
StringConstructor.h 1.4 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
StringObject.cpp 3.6 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
StringObject.h 2.8 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
StringObjectThatMasqueradesAsUndefined.h 2.2 KB 54022   15 years oliver 2010-01-28 Oliver Hunt <[email protected]> Reviewed by Gavin …
StringPrototype.cpp 42.7 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
StringPrototype.h 1.5 KB 59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
StringRecursionChecker.cpp 1.2 KB 76185   14 years darin 2011-01-18 Darin Adler <Darin Adler> Reviewed by …
StringRecursionChecker.h 2.5 KB 76185   14 years darin 2011-01-18 Darin Adler <Darin Adler> Reviewed by …
Structure.cpp 43.3 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
Structure.h 12.3 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
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 76248   14 years ossy Refactoring of the custom allocation framework …
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 75443   14 years ggaren Moved Collector.* => Heap.*, since the file contains a class named …
UString.h 7.7 KB 72289   15 years commit-queue 2010-11-18 Chao-ying Fu <[email protected]> Reviewed by Csaba …
UStringBuilder.h 1.7 KB 69683   15 years barraclough JavaScriptCore: Bug 43987 - Downloading using XHR is much slower than …
UStringConcatenate.h 4.8 KB 69663   15 years zimmermann 2010-10-13 Nikolas Zimmermann <[email protected]> …
WeakGCMap.h 5.2 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
WeakGCPtr.h 4.1 KB 76248   14 years ossy Refactoring of the custom allocation framework …
WeakRandom.h 3.0 KB 50791   16 years ggaren Linux build fix: Added an #include for UINT_MAX. * runtime/WeakRandom.h:
WriteBarrier.h 5.4 KB 77006   14 years oliver 2011-01-27 Oliver Hunt <[email protected]> Reviewed by …
Note: See TracBrowser for help on using the repository browser.