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

Name Size Rev Age Author Last Change
../
ArgList.cpp 2.7 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
ArgList.h 4.2 KB 160094   11 years msaboff Move the setting up of callee's callFrame from pushFrame to …
Arguments.cpp 16.4 KB 174362   11 years oliver Remove incorrect assertion.
Arguments.h 13.5 KB 174359   11 years oliver REGRESSION(r174226): [JSC] Crash when running the perf test …
ArgumentsIteratorConstructor.cpp 2.0 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
ArgumentsIteratorConstructor.h 2.4 KB 158793   12 years oliver Support iteration of the Arguments object …
ArgumentsIteratorPrototype.cpp 2.6 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
ArgumentsIteratorPrototype.h 2.3 KB 158793   12 years oliver Support iteration of the Arguments object …
ArityCheckMode.h 1.5 KB 163027   11 years msaboff Merge the jsCStack branch …
ArrayBuffer.cpp 2.3 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
ArrayBuffer.h 8.7 KB 163444   11 years commit-queue XMLHttpRequest performs too many copies for ArrayBuffer results …
ArrayBufferNeuteringWatchpoint.cpp 2.5 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
ArrayBufferNeuteringWatchpoint.h 2.0 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
ArrayBufferView.cpp 2.0 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
ArrayBufferView.h 6.5 KB 171323   11 years commit-queue new Int32Array(new ArrayBuffer(100), 1, 1) shouldn't throw an error …
ArrayConstructor.cpp 4.4 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
ArrayConstructor.h 2.2 KB 156624   12 years akling Pass VM instead of JSGlobalObject to function constructors. …
ArrayConventions.h 4.4 KB 153374   12 years mhahnenberg Setting a large numeric property on an object causes it to allocate a …
ArrayIteratorConstructor.cpp 1.7 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
ArrayIteratorConstructor.h 2.3 KB 156791   12 years oliver Implement Array key, value and entries iterators …
ArrayIteratorPrototype.cpp 2.2 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
ArrayIteratorPrototype.h 2.3 KB 156791   12 years oliver Implement Array key, value and entries iterators …
ArrayPrototype.cpp 41.2 KB 173120   11 years commit-queue JavaScriptCore: Use ASCIILiteral where possible …
ArrayPrototype.h 1.6 KB 156910   12 years oliver Support for-of syntax https://bugs.webkit.org/show_bug.cgi?id=122339
ArrayStorage.h 4.6 KB 169121   11 years mhahnenberg JSArray::shiftCountWith* could be more efficient …
BatchedTransitionOptimizer.h 2.0 KB 169703   11 years mhahnenberg Eagerly reify DOM prototype attributes …
BigInteger.h 3.7 KB 143232   12 years zandobersek Stop placing std::isfinite and std::signbit inside the global scope …
BooleanConstructor.cpp 3.0 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
BooleanConstructor.h 2.1 KB 156624   12 years akling Pass VM instead of JSGlobalObject to function constructors. …
BooleanObject.cpp 1.4 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
BooleanObject.h 1.9 KB 154038   12 years fpizlo Foo::s_info should be Foo::info(), so that you can change how the …
BooleanPrototype.cpp 3.3 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
BooleanPrototype.h 1.9 KB 156620   12 years akling Pass VM instead of ExecState to simple builtin constructors. …
BundlePath.h 1.5 KB 171391   11 years fpizlo Merge r169628 from ftlopt. 2014-06-04 Matthew Mirman …
BundlePath.mm 1.9 KB 171391   11 years fpizlo Merge r169628 from ftlopt. 2014-06-04 Matthew Mirman …
Butterfly.h 8.1 KB 166217   11 years ggaren Safari crashes in JavaScriptCore: JSC::JSObject::growOutOfLineStorage …
ButterflyInlines.h 9.3 KB 166292   11 years dbatyai.u-szeged Rename hasFastArrayStorage to be more appropriate …
CallData.cpp 2.2 KB 167142   11 years mark.lam JSMainThreadExecState::call() should clear exceptions before …
CallData.h 2.3 KB 167142   11 years mark.lam JSMainThreadExecState::call() should clear exceptions before …
ClassInfo.h 6.9 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
CodeCache.cpp 7.8 KB 172820   11 years commit-queue Rename HighFidelityTypeProfiling variables for more clarity …
CodeCache.h 8.3 KB 170834   11 years commit-queue Flags value of SourceCodeKey should be unique for each case. …
CodeSpecializationKind.cpp 1.7 KB 136199   12 years fpizlo It should be easy to find code blocks in debug dumps …
CodeSpecializationKind.h 1.9 KB 136199   12 years fpizlo It should be easy to find code blocks in debug dumps …
CommonIdentifiers.cpp 2.0 KB 163960   11 years oliver Make it possible to implement JS builtins in JS …
CommonIdentifiers.h 7.1 KB 174066   11 years commit-queue Missing changes from r174049
CommonSlowPaths.cpp 19.0 KB 174401   11 years oliver Remove op_new_captured_func …
CommonSlowPaths.h 8.3 KB 174401   11 years oliver Remove op_new_captured_func …
CommonSlowPathsExceptions.cpp 1.8 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
CommonSlowPathsExceptions.h 1.7 KB 164424   11 years ossy Get rid of redundant Platform.h includes …
CompilationResult.cpp 1.9 KB 154824   12 years fpizlo CodeBlock compilation and installation should be simplified and …
CompilationResult.h 3.0 KB 154824   12 years fpizlo CodeBlock compilation and installation should be simplified and …
Completion.cpp 3.1 KB 167313   11 years commit-queue Unreviewed, rolling out r167199 and r167251. …
Completion.h 1.4 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
ConcurrentJITLock.h 3.4 KB 157539   12 years mhahnenberg llint_slow_path_put_by_id can deadlock on a ConcurrentJITLock …
ConsoleClient.cpp 8.6 KB 166799   11 years commit-queue Web Inspector: Provide a way for JSContext console to log to system …
ConsoleClient.h 3.4 KB 173199   11 years burg LegacyProfiler: remove redundant ProfileNode members and other cleanup …
ConsolePrototype.cpp 15.7 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
ConsolePrototype.h 2.2 KB 165199   11 years joepeck Web Inspector: Expose the console object in JSContexts to interact …
ConsoleTypes.h 2.0 KB 165199   11 years joepeck Web Inspector: Expose the console object in JSContexts to interact …
ConstantMode.h 1.5 KB 160109   11 years fpizlo Infer constant closure variables …
ConstructData.cpp 1.9 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
ConstructData.h 2.2 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
CustomGetterSetter.cpp 2.0 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
CustomGetterSetter.h 2.8 KB 169703   11 years mhahnenberg Eagerly reify DOM prototype attributes …
DataView.cpp 2.2 KB 157209   12 years fpizlo FTL should be able to do simple OSR exits using llvm.webkit.stackmap …
DataView.h 3.4 KB 162139   11 years commit-queue Remove workaround for compilers not supporting explicit override …
DateConstructor.cpp 9.2 KB 173949   11 years ossy Remove WinCE port from trunk …
DateConstructor.h 2.1 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
DateConversion.cpp 4.2 KB 127505   13 years benjamin Improve JSC use of Strings after the UString->String change …
DateConversion.h 1.8 KB 171391   11 years fpizlo Merge r169628 from ftlopt. 2014-06-04 Matthew Mirman …
DateInstance.cpp 2.8 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
DateInstance.h 3.1 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
DateInstanceCache.h 2.8 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
DatePrototype.cpp 41.9 KB 172756   11 years mmirman Merges the two native inlining passes from the build. Also adds the …
DatePrototype.h 1.9 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
DumpContext.cpp 1.6 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
DumpContext.h 1.8 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
EnumerationMode.h 2.9 KB 172196   11 years mark.lam Gardening: fix for build failure on EFL bots. Not reviewed. * …
Error.cpp 5.6 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
Error.h 4.9 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
ErrorConstructor.cpp 3.1 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
ErrorConstructor.h 1.9 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
ErrorHandlingScope.cpp 2.1 KB 170147   11 years dbatyai.u-szeged Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards …
ErrorHandlingScope.h 1.6 KB 163027   11 years msaboff Merge the jsCStack branch …
ErrorInstance.cpp 1.7 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
ErrorInstance.h 2.4 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
ErrorPrototype.cpp 4.6 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
ErrorPrototype.h 1.9 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
ExceptionFuzz.cpp 2.2 KB 171350   11 years fpizlo Extend exception fuzzing to the LLInt …
ExceptionFuzz.h 1.9 KB 171350   11 years fpizlo Extend exception fuzzing to the LLInt …
ExceptionHelpers.cpp 6.4 KB 173120   11 years commit-queue JavaScriptCore: Use ASCIILiteral where possible …
ExceptionHelpers.h 3.6 KB 171391   11 years fpizlo Merge r169628 from ftlopt. 2014-06-04 Matthew Mirman …
Executable.cpp 25.2 KB 172820   11 years commit-queue Rename HighFidelityTypeProfiling variables for more clarity …
Executable.h 23.2 KB 172949   11 years commit-queue Return statement TypeSet's might be duplicated …
Float32Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
Float64Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
FunctionConstructor.cpp 5.1 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
FunctionConstructor.h 2.4 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
FunctionExecutableDump.cpp 1.9 KB 165522   11 years fpizlo ASSERTION FAILED: node->op() == Phi || node->op() == SetArgument …
FunctionExecutableDump.h 1.7 KB 141069   12 years fpizlo DFG should not use a graph that is a vector, Nodes shouldn't move …
FunctionHasExecutedCache.cpp 3.1 KB 172190   11 years mark.lam Gardening: fix for build failure on GTK bots. Not reviewed. * …
FunctionHasExecutedCache.h 2.3 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
FunctionPrototype.cpp 7.0 KB 173120   11 years commit-queue JavaScriptCore: Use ASCIILiteral where possible …
FunctionPrototype.h 1.9 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
GenericTypedArrayView.h 4.0 KB 162139   11 years commit-queue Remove workaround for compilers not supporting explicit override …
GenericTypedArrayViewInlines.h 4.0 KB 171323   11 years commit-queue new Int32Array(new ArrayBuffer(100), 1, 1) shouldn't throw an error …
GetterSetter.cpp 3.3 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
GetterSetter.h 4.0 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
Identifier.cpp 3.5 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
Identifier.h 7.9 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
IdentifierInlines.h 1.9 KB 165999   11 years barraclough Source/JavaScriptCore: Crash beneath operationTearOffActivation …
IndexingHeader.h 4.7 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
IndexingHeaderInlines.h 2.3 KB 166292   11 years dbatyai.u-szeged Rename hasFastArrayStorage to be more appropriate …
IndexingType.cpp 4.2 KB 160092   11 years commit-queue Remove stdio.h from JSC files. …
IndexingType.h 6.1 KB 166292   11 years dbatyai.u-szeged Rename hasFastArrayStorage to be more appropriate …
InitializeThreading.cpp 2.8 KB 170147   11 years dbatyai.u-szeged Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards …
InitializeThreading.h 1.9 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
Int8Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
Int16Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
Int32Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
IntegralTypedArrayBase.h 2.3 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
IntendedStructureChain.cpp 6.4 KB 173797   11 years fpizlo Structure::getConcurrently() doesn't need to take a VM& argument. …
IntendedStructureChain.h 3.2 KB 173797   11 years fpizlo Structure::getConcurrently() doesn't need to take a VM& argument. …
InternalFunction.cpp 2.5 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
InternalFunction.h 2.2 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
Intrinsic.h 2.3 KB 171096   11 years fpizlo Allow for Int52Rep to see things other than Int32, and make this …
JSAPIValueWrapper.cpp 1.2 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
JSAPIValueWrapper.h 2.4 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
JSArgumentsIterator.cpp 1.7 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
JSArgumentsIterator.h 2.7 KB 158793   12 years oliver Support iteration of the Arguments object …
JSArray.cpp 66.3 KB 173370   11 years mjs Introduce COMPILER_QUIRK(CONSIDERS_UNREACHABLE_CODE) and use it …
JSArray.h 13.7 KB 172618   11 years akling Allocate the whole RegExpMatchesArray backing store up front. …
JSArrayBuffer.cpp 4.5 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
JSArrayBuffer.h 2.7 KB 154422   12 years barraclough https://bugs.webkit.org/show_bug.cgi?id=120139 PropertyDescriptor …
JSArrayBufferConstructor.cpp 4.5 KB 173120   11 years commit-queue JavaScriptCore: Use ASCIILiteral where possible …
JSArrayBufferConstructor.h 2.0 KB 156624   12 years akling Pass VM instead of JSGlobalObject to function constructors. …
JSArrayBufferPrototype.cpp 3.8 KB 173120   11 years commit-queue JavaScriptCore: Use ASCIILiteral where possible …
JSArrayBufferPrototype.h 1.9 KB 156620   12 years akling Pass VM instead of ExecState to simple builtin constructors. …
JSArrayBufferView.cpp 7.7 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
JSArrayBufferView.h 7.4 KB 154518   12 years fpizlo Incorrect TypedArray#set behavior …
JSArrayBufferViewInlines.h 2.5 KB 154518   12 years fpizlo Incorrect TypedArray#set behavior …
JSArrayIterator.cpp 6.3 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
JSArrayIterator.h 3.5 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSBoundFunction.cpp 5.5 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSBoundFunction.h 2.8 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSCallee.cpp 3.4 KB 173600   11 years msaboff Add JSCallee to program and eval CallFrames …
JSCallee.h 3.9 KB 173600   11 years msaboff Add JSCallee to program and eval CallFrames …
JSCell.cpp 7.1 KB 172196   11 years mark.lam Gardening: fix for build failure on EFL bots. Not reviewed. * …
JSCell.h 9.4 KB 174122   11 years mark.lam Label some asserts as having security implications. …
JSCellInlines.h 7.5 KB 173706   11 years msaboff Change CallFrame to use Callee instead of JSScope to implement vm() …
JSCInlines.h 2.4 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
JSCJSValue.cpp 12.6 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
JSCJSValue.h 18.2 KB 173318   11 years jer.noble Refactoring: make MediaTime the primary time type for audiovisual …
JSCJSValueInlines.h 21.4 KB 174260   11 years saambarati1 Change how 32-bit JSValues check if they are a Boolean Rubber stamped …
JSConsole.cpp 1.5 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
JSConsole.h 2.2 KB 165199   11 years joepeck Web Inspector: Expose the console object in JSContexts to interact …
JSDataView.cpp 4.1 KB 173120   11 years commit-queue JavaScriptCore: Use ASCIILiteral where possible …
JSDataView.h 2.7 KB 154408   12 years fpizlo Assertion failure in JSC::SlotVisitor::copyLater when marking …
JSDataViewPrototype.cpp 10.6 KB 174371   11 years mark.lam Fixed compiler warnings on Windows build. …
JSDataViewPrototype.h 2.0 KB 154373   12 years barraclough https://bugs.webkit.org/show_bug.cgi?id=120093 Remove …
JSDateMath.cpp 9.3 KB 170441   11 years ggaren 2014-06-25 Geoffrey Garen <[email protected]> Build fix. …
JSDateMath.h 2.4 KB 171391   11 years fpizlo Merge r169628 from ftlopt. 2014-06-04 Matthew Mirman …
JSDestructibleObject.h 747 bytes 171888   11 years mark.lam JSCell::classInfo() belongs in JSCellInlines.h. …
JSEnvironmentRecord.cpp 1.8 KB 173490   11 years oliver Rename JSVariableObject to JSEnvironmentRecord to align naming with ES …
JSEnvironmentRecord.h 2.8 KB 173490   11 years oliver Rename JSVariableObject to JSEnvironmentRecord to align naming with ES …
JSExportMacros.h 2.5 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
JSFloat32Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
JSFloat64Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
JSFunction.cpp 22.0 KB 174216   11 years mark.lam Fixed the Inspector to be able to properly distinguish between scope …
JSFunction.h 5.8 KB 173541   11 years msaboff Move JSScope out of JSFunction into separate JSCallee class …
JSFunctionInlines.h 2.9 KB 173541   11 years msaboff Move JSScope out of JSFunction into separate JSCallee class …
JSGenericTypedArrayView.h 10.3 KB 165989   11 years oliver Incorrect behavior when mutating a typed array during set. …
JSGenericTypedArrayViewConstructor.h 2.1 KB 156624   12 years akling Pass VM instead of JSGlobalObject to function constructors. …
JSGenericTypedArrayViewConstructorInlines.h 7.0 KB 167313   11 years commit-queue Unreviewed, rolling out r167199 and r167251. …
JSGenericTypedArrayViewInlines.h 21.5 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
JSGenericTypedArrayViewPrototype.h 1.9 KB 157301   12 years akling Pass VM instead of ExecState to JSGenericTypedArrayViewPrototype. …
JSGenericTypedArrayViewPrototypeInlines.h 6.2 KB 163225   11 years oliver 2014-01-31 Oliver Hunt <[email protected]> Rollout r163195
JSGlobalObject.cpp 43.7 KB 173706   11 years msaboff Change CallFrame to use Callee instead of JSScope to implement vm() …
JSGlobalObject.h 27.4 KB 173706   11 years msaboff Change CallFrame to use Callee instead of JSScope to implement vm() …
JSGlobalObjectDebuggable.cpp 2.8 KB 173882   11 years commit-queue Web Inspector: Should be able to attach a debugger to a JSContext …
JSGlobalObjectDebuggable.h 2.6 KB 173882   11 years commit-queue Web Inspector: Should be able to attach a debugger to a JSContext …
JSGlobalObjectFunctions.cpp 25.8 KB 173120   11 years commit-queue JavaScriptCore: Use ASCIILiteral where possible …
JSGlobalObjectFunctions.h 2.5 KB 167313   11 years commit-queue Unreviewed, rolling out r167199 and r167251. …
JSInt8Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
JSInt16Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
JSInt32Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
JSLexicalEnvironment.cpp 8.9 KB 174226   11 years oliver Do all closed variable access through the local lexical object …
JSLexicalEnvironment.h 6.9 KB 174226   11 years oliver Do all closed variable access through the local lexical object …
JSLock.cpp 6.7 KB 171558   11 years joepeck JSLock release should only modify the AtomicStringTable if it modified …
JSLock.h 4.4 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
JSMap.cpp 1.9 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
JSMap.h 2.4 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSMapIterator.cpp 2.4 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
JSMapIterator.h 3.2 KB 172707   11 years commit-queue Completed iterator can be revived by adding more than one new entry to …
JSNameScope.cpp 3.1 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSNameScope.h 3.8 KB 174216   11 years mark.lam Fixed the Inspector to be able to properly distinguish between scope …
JSNotAnObject.cpp 3.0 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
JSNotAnObject.h 3.5 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
JSObject.cpp 105.5 KB 173100   11 years mark.lam DebuggerCallFrame::scope() should return a DebuggerScope. …
JSObject.h 58.3 KB 173993   11 years fpizlo FTL should sink object allocations …
JSONObject.cpp 29.4 KB 173082   11 years akling Use JSString::toIdentifier() in more places. …
JSONObject.h 2.5 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
JSPromise.cpp 6.1 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSPromise.h 2.8 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSPromiseConstructor.cpp 21.9 KB 173681   11 years utatane.tea Promise: Drop Promise.cast …
JSPromiseConstructor.h 2.3 KB 161241   11 years weinig Update Promises to the https://github.com/domenic/promises-unwrapping
JSPromiseDeferred.cpp 9.0 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
JSPromiseDeferred.h 3.0 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSPromiseFunctions.cpp 10.8 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
JSPromiseFunctions.h 2.0 KB 161365   11 years weinig [JS] Implement Promise.all() …
JSPromisePrototype.cpp 8.0 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
JSPromisePrototype.h 2.1 KB 156498   12 years akling Pass VM instead of ExecState to many finishCreation() functions. …
JSPromiseReaction.cpp 5.9 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
JSPromiseReaction.h 2.5 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSPropertyNameEnumerator.cpp 3.8 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
JSPropertyNameEnumerator.h 7.1 KB 172181   11 years fpizlo Silence a debug assertion. Reviewed by Mark Hahnenberg. * …
JSProxy.cpp 6.1 KB 172794   11 years fpizlo REGRESSION(r172401): for-in optimization no longer works at all …
JSProxy.h 4.2 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
JSScope.cpp 7.3 KB 174226   11 years oliver Do all closed variable access through the local lexical object …
JSScope.h 6.7 KB 174226   11 years oliver Do all closed variable access through the local lexical object …
JSSegmentedVariableObject.cpp 2.8 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSSegmentedVariableObject.h 3.8 KB 173490   11 years oliver Rename JSVariableObject to JSEnvironmentRecord to align naming with ES …
JSSet.cpp 1.9 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
JSSet.h 2.4 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSSetIterator.cpp 2.4 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
JSSetIterator.h 3.1 KB 172707   11 years commit-queue Completed iterator can be revived by adding more than one new entry to …
JSString.cpp 14.9 KB 172727   11 years akling REGRESSION(r168256): JSString can get 8-bit flag wrong when re-using …
JSString.h 22.5 KB 174219   11 years andersca Use variadic templates for jsMakeNontrivialString …
JSStringBuilder.h 4.2 KB 174219   11 years andersca Use variadic templates for jsMakeNontrivialString …
JSStringJoiner.cpp 4.4 KB 165902   11 years mark.lam Update type of local vars to match the type of String length. …
JSStringJoiner.h 2.3 KB 148767   12 years benjamin Rename JSStringJoiner::build() to join() …
JSSymbolTableObject.cpp 3.2 KB 173517   11 years oliver Rename activation to be more in line with spec language …
JSSymbolTableObject.h 7.3 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
JSType.h 2.2 KB 173541   11 years msaboff Move JSScope out of JSFunction into separate JSCallee class …
JSTypedArrayConstructors.cpp 2.0 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
JSTypedArrayConstructors.h 2.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
JSTypedArrayPrototypes.cpp 1.9 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
JSTypedArrayPrototypes.h 2.2 KB 154127   12 years fpizlo Typed arrays should be rewritten …
JSTypedArrays.cpp 2.0 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
JSTypedArrays.h 2.1 KB 154127   12 years fpizlo Typed arrays should be rewritten …
JSTypeInfo.h 5.6 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
JSUint8Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
JSUint8ClampedArray.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
JSUint16Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
JSUint32Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
JSWeakMap.cpp 1.9 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
JSWeakMap.h 2.6 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSWithScope.cpp 1.8 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSWithScope.h 2.9 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSWrapperObject.cpp 1.3 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
JSWrapperObject.h 2.6 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
LiteralParser.cpp 32.1 KB 173120   11 years commit-queue JavaScriptCore: Use ASCIILiteral where possible …
LiteralParser.h 5.8 KB 173120   11 years commit-queue JavaScriptCore: Use ASCIILiteral where possible …
Lookup.cpp 2.6 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
Lookup.h 11.1 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
MapConstructor.cpp 3.0 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
MapConstructor.h 2.3 KB 156624   12 years akling Pass VM instead of JSGlobalObject to function constructors. …
MapData.cpp 8.5 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
MapData.h 7.8 KB 172707   11 years commit-queue Completed iterator can be revived by adding more than one new entry to …
MapIteratorConstructor.cpp 1.9 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
MapIteratorConstructor.h 2.3 KB 159008   12 years oliver Add Map Iterators https://bugs.webkit.org/show_bug.cgi?id=124109
MapIteratorPrototype.cpp 2.8 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
MapIteratorPrototype.h 2.3 KB 159008   12 years oliver Add Map Iterators https://bugs.webkit.org/show_bug.cgi?id=124109
MapPrototype.cpp 8.5 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
MapPrototype.h 2.2 KB 156620   12 years akling Pass VM instead of ExecState to simple builtin constructors. …
MatchResult.h 2.2 KB 112454   13 years barraclough Yarr: if we're not using the output array, don't populate it! …
MathObject.cpp 30.2 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
MathObject.h 1.8 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
MemoryStatistics.cpp 1.8 KB 161650   11 years ggaren Removed Blackberry #ifdefs and platform code from JavaScriptCore
MemoryStatistics.h 1.6 KB 148696   12 years ggaren Renamed JSGlobalData to VM …
Microtask.h 1.6 KB 161241   11 years weinig Update Promises to the https://github.com/domenic/promises-unwrapping
NameConstructor.cpp 2.7 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
NameConstructor.h 2.4 KB 156624   12 years akling Pass VM instead of JSGlobalObject to function constructors. …
NameInstance.cpp 1.8 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
NameInstance.h 2.6 KB 167550   11 years akling Two little shortcuts to the JSType. <https://webkit.org/b/131896> …
NamePrototype.cpp 2.8 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
NamePrototype.h 2.4 KB 156498   12 years akling Pass VM instead of ExecState to many finishCreation() functions. …
NativeErrorConstructor.cpp 3.8 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
NativeErrorConstructor.h 2.3 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
NativeErrorPrototype.cpp 1.6 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
NativeErrorPrototype.h 1.7 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
NumberConstructor.cpp 6.7 KB 174049   11 years commit-queue Simple ES6 feature: Number constructor extras …
NumberConstructor.h 2.0 KB 174049   11 years commit-queue Simple ES6 feature: Number constructor extras …
NumberObject.cpp 1.7 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
NumberObject.h 1.7 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
NumberPrototype.cpp 22.5 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
NumberPrototype.h 1.9 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
NumericStrings.h 3.5 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
ObjectConstructor.cpp 23.1 KB 173082   11 years akling Use JSString::toIdentifier() in more places. …
ObjectConstructor.h 3.0 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
ObjectPrototype.cpp 9.7 KB 173082   11 years akling Use JSString::toIdentifier() in more places. …
ObjectPrototype.h 1.6 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
Operations.cpp 3.6 KB 164764   11 years mhahnenberg Make JSCells have 32-bit Structure pointers …
Operations.h 9.0 KB 167963   11 years mhahnenberg JSProxies should be cacheable …
Options.cpp 11.5 KB 173949   11 years ossy Remove WinCE port from trunk …
Options.h 13.9 KB 174224   11 years fpizlo Object allocation sinking should have a sound story for picking …
PrivateName.h 1.7 KB 156910   12 years oliver Support for-of syntax https://bugs.webkit.org/show_bug.cgi?id=122339
PropertyDescriptor.cpp 7.1 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
PropertyDescriptor.h 4.1 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
PropertyMapHashTable.h 16.0 KB 173799   11 years fpizlo Structure should have a method for concurrently getting all of the …
PropertyName.h 4.4 KB 173188   11 years akling Optimize own property GetByVals with rope string subscripts. …
PropertyNameArray.cpp 1.7 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
PropertyNameArray.h 4.8 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
PropertyOffset.h 4.5 KB 164424   11 years ossy Get rid of redundant Platform.h includes …
PropertySlot.cpp 1.1 KB 153556   12 years barraclough More cleanup in PropertySlot …
PropertySlot.h 7.8 KB 173307   11 years mark.lam Move PropertySlot's inline functions back to PropertySlot.h. …
PropertyStorage.h 1.6 KB 128400   13 years fpizlo JSC should have property butterflies …
PropertyTable.cpp 4.6 KB 172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
Protect.h 1.5 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
PrototypeMap.cpp 3.2 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
PrototypeMap.h 2.5 KB 141588   12 years ggaren Added TriState to WTF and started using it in one place …
PureNaN.h 4.7 KB 167416   11 years fpizlo Sink NaN sanitization to uses and remove it when it's unnecessary …
PutDirectIndexMode.h 1.5 KB 128400   13 years fpizlo JSC should have property butterflies …
PutPropertySlot.h 3.7 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
RegExp.cpp 18.7 KB 173370   11 years mjs Introduce COMPILER_QUIRK(CONSIDERS_UNREACHABLE_CODE) and use it …
RegExp.h 4.0 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
RegExpCache.cpp 3.1 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
RegExpCache.h 2.4 KB 162139   11 years commit-queue Remove workaround for compilers not supporting explicit override …
RegExpCachedResult.cpp 2.3 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
RegExpCachedResult.h 3.3 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
RegExpConstructor.cpp 12.6 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
RegExpConstructor.h 4.5 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
RegExpKey.h 3.4 KB 131913   13 years andersca Clean up RegExpKey https://bugs.webkit.org/show_bug.cgi?id=99798
RegExpMatchesArray.cpp 4.7 KB 172618   11 years akling Allocate the whole RegExpMatchesArray backing store up front. …
RegExpMatchesArray.h 5.3 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
RegExpObject.cpp 12.4 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
RegExpObject.h 3.9 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
RegExpPrototype.cpp 5.7 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
RegExpPrototype.h 1.9 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
RegisterPreservationMode.h 1.5 KB 163027   11 years msaboff Merge the jsCStack branch …
Reject.h 1.6 KB 128400   13 years fpizlo JSC should have property butterflies …
SamplingCounter.cpp 2.4 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
SamplingCounter.h 6.4 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
SetConstructor.cpp 3.6 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
SetConstructor.h 2.3 KB 156624   12 years akling Pass VM instead of JSGlobalObject to function constructors. …
SetIteratorConstructor.cpp 1.9 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
SetIteratorConstructor.h 2.3 KB 159031   12 years oliver Implement Set iterators https://bugs.webkit.org/show_bug.cgi?id=124129
SetIteratorPrototype.cpp 2.8 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
SetIteratorPrototype.h 2.3 KB 159031   12 years oliver Implement Set iterators https://bugs.webkit.org/show_bug.cgi?id=124129
SetPrototype.cpp 7.9 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
SetPrototype.h 2.2 KB 156620   12 years akling Pass VM instead of ExecState to simple builtin constructors. …
SimpleTypedArrayController.cpp 2.0 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
SimpleTypedArrayController.h 2.2 KB 162139   11 years commit-queue Remove workaround for compilers not supporting explicit override …
SmallStrings.cpp 4.9 KB 169316   11 years akling Object.prototype.toString() should use cached strings for …
SmallStrings.h 3.6 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
SparseArrayValueMap.cpp 6.2 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
SparseArrayValueMap.h 4.4 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
StackAlignment.h 2.6 KB 163027   11 years msaboff Merge the jsCStack branch …
StrictEvalActivation.cpp 2.1 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
StrictEvalActivation.h 2.4 KB 173517   11 years oliver Rename activation to be more in line with spec language …
StringConstructor.cpp 4.2 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
StringConstructor.h 2.2 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
StringObject.cpp 6.8 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
StringObject.h 3.5 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
StringPrototype.cpp 62.2 KB 173761   11 years commit-queue Simple ES6 feature:String prototype additions …
StringPrototype.h 1.6 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
StringRecursionChecker.cpp 1.1 KB 163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
StringRecursionChecker.h 2.4 KB 159605   12 years mark.lam Introducing VMEntryScope to update the VM stack limit. …
Structure.cpp 44.7 KB 173993   11 years fpizlo FTL should sink object allocations …
Structure.h 22.5 KB 173993   11 years fpizlo FTL should sink object allocations …
StructureChain.cpp 2.1 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
StructureChain.h 3.3 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
StructureIDBlob.h 3.4 KB 165135   11 years mhahnenberg JSCell::m_gcData should encode its information differently …
StructureIDTable.cpp 3.7 KB 165265   11 years mhahnenberg Use OwnPtr in StructureIDTable …
StructureIDTable.h 2.7 KB 174122   11 years mark.lam Label some asserts as having security implications. …
StructureInlines.h 9.9 KB 173799   11 years fpizlo Structure should have a method for concurrently getting all of the …
StructureRareData.cpp 3.5 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
StructureRareData.h 3.1 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
StructureRareDataInlines.h 2.0 KB 171115   11 years mhahnenberg Stores to PropertyTable use the Structure as the owner …
StructureTransitionTable.h 6.3 KB 166292   11 years dbatyai.u-szeged Rename hasFastArrayStorage to be more appropriate …
SymbolTable.cpp 8.9 KB 172820   11 years commit-queue Rename HighFidelityTypeProfiling variables for more clarity …
SymbolTable.h 15.2 KB 172820   11 years commit-queue Rename HighFidelityTypeProfiling variables for more clarity …
TestRunnerUtils.cpp 3.7 KB 168406   11 years msaboff Unreviewd build fix for C-LOOP after r168396. * …
TestRunnerUtils.h 2.1 KB 171213   11 years fpizlo Need ability to fuzz exception throwing …
ToNativeFromValue.h 2.0 KB 154569   12 years fpizlo FloatTypedArrayAdaptor::toJSValue should almost certainly not use …
Tracing.d 1.9 KB 173162   11 years burg Provide column numbers to DTrace willExecute/didExecute probes …
Tracing.h 1.9 KB 173162   11 years burg Provide column numbers to DTrace willExecute/didExecute probes …
TypedArrayAdaptors.h 7.0 KB 167394   11 years fpizlo Discern between NaNs that would be safe to tag and NaNs that need some …
TypedArrayBase.h 5.0 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
TypedArrayController.cpp 1.5 KB 154127   12 years fpizlo Typed arrays should be rewritten …
TypedArrayController.h 1.8 KB 154127   12 years fpizlo Typed arrays should be rewritten …
TypedArrayInlines.h 1.7 KB 154127   12 years fpizlo Typed arrays should be rewritten …
TypedArrays.h 2.0 KB 154127   12 years fpizlo Typed arrays should be rewritten …
TypedArrayType.cpp 4.1 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
TypedArrayType.h 3.7 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
TypeLocationCache.cpp 2.3 KB 172614   11 years commit-queue Allow high fidelity type profiling to be enabled and disabled. …
TypeLocationCache.h 2.4 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
TypeProfiler.cpp 5.8 KB 174167   11 years saambarati1 Support the type profiler in the DFG …
TypeProfiler.h 3.9 KB 173505   11 years saambarati1 Web Inspector: Modify the type profiler runtime protocol to transfer …
TypeProfilerLog.cpp 3.3 KB 172820   11 years commit-queue Rename HighFidelityTypeProfiling variables for more clarity …
TypeProfilerLog.h 3.2 KB 173225   11 years saambarati1 Create tests for type profiling …
TypeSet.cpp 18.7 KB 174292   11 years saambarati1 Web Inspector: Move the computation that results in UI strings from …
TypeSet.h 4.3 KB 174292   11 years saambarati1 Web Inspector: Move the computation that results in UI strings from …
Uint8Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
Uint8ClampedArray.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
Uint16Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
Uint16WithFraction.h 11.0 KB 143232   12 years zandobersek Stop placing std::isfinite and std::signbit inside the global scope …
Uint32Array.h 1.4 KB 154127   12 years fpizlo Typed arrays should be rewritten …
VM.cpp 32.3 KB 173949   11 years ossy Remove WinCE port from trunk …
VM.h 18.8 KB 173304   11 years fpizlo Make sure that deleting all code first processes the call edge log, …
VMEntryScope.cpp 2.4 KB 172324   11 years commit-queue Create a more generic way for VMEntryScope to notify those interested …
VMEntryScope.h 2.0 KB 172324   11 years commit-queue Create a more generic way for VMEntryScope to notify those interested …
Watchdog.cpp 5.1 KB 169139   11 years mhahnenberg Watchdog timer should be lazily allocated …
Watchdog.h 3.7 KB 169139   11 years mhahnenberg Watchdog timer should be lazily allocated …
WatchdogMac.cpp 2.2 KB 148639   12 years mark.lam Source/JavaScriptCore: Add LLINT and baseline JIT support for timing …
WatchdogNone.cpp 1.6 KB 148639   12 years mark.lam Source/JavaScriptCore: Add LLINT and baseline JIT support for timing …
WeakGCMap.h 4.1 KB 170774   11 years dbates Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500
WeakMapConstructor.cpp 2.6 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
WeakMapConstructor.h 2.4 KB 156624   12 years akling Pass VM instead of JSGlobalObject to function constructors. …
WeakMapData.cpp 4.6 KB 171824   11 years akling Static hash tables no longer need to be coupled with a VM. …
WeakMapData.h 3.0 KB 171939   11 years akling Remove the JSC::OverridesVisitChildren flag. …
WeakMapPrototype.cpp 5.1 KB 173410   11 years commit-queue Unreviewed, rolling out r173402. …
WeakMapPrototype.h 2.2 KB 156620   12 years akling Pass VM instead of ExecState to simple builtin constructors. …
WeakRandom.h 3.3 KB 164007   11 years bburg Web Replay: capture and replay nondeterminism of Date.now() and …
WriteBarrier.h 6.9 KB 174226   11 years oliver Do all closed variable access through the local lexical object …
WriteBarrierInlines.h 2.4 KB 163576   11 years mhahnenberg Heap::writeBarrier shouldn't be static …
Note: See TracBrowser for help on using the repository browser.