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

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 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
Arguments.h 15.2 KB 178517   10 years mark.lam [Part 2] Argument object created by "Function dot arguments" should …
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.9 KB 178662   10 years dino ES6: Support Array.of construction …
ArrayConstructor.h 2.2 KB 156624   12 years akling Pass VM instead of JSGlobalObject to function constructors. …
ArrayConventions.h 4.4 KB 177846   10 years darin We often misspell identifier as "identifer" …
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.3 KB 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
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 …
BasicBlockLocation.cpp 3.2 KB 178708   10 years carlosgc [GTK] Cannot compile 2.7.3 on PowerPC machines …
BasicBlockLocation.h 2.4 KB 176836   10 years saambarati1 JavaScript Control Flow Profiler …
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.cpp 1.8 KB 174979   11 years commit-queue Add missing ENABLE(FTL_NATIVE_CALL_INLINING) guard to BundlePath.cpp …
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 176836   10 years saambarati1 JavaScript Control Flow Profiler …
CodeCache.h 8.2 KB 177130   10 years gyuyoung.kim Use std::unique_ptr instead of OwnPtr in JSC - heap, jit, runtime, and …
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.1 KB 178143   10 years mark.lam Make the LLINT and Baseline JIT's op_create_arguments and …
CommonSlowPaths.h 8.3 KB 178073   10 years saambarati1 interpret op_profile_type in the LLInt instead of unconditionally …
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.0 KB 176825   10 years ggaren Removed the concept of ParserArenaRefCounted …
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.7 KB 178060   10 years joepeck Web Inspector: purge PassRefPtr from Inspector code and use Ref for …
ConsoleClient.h 3.4 KB 178060   10 years joepeck Web Inspector: purge PassRefPtr from Inspector code and use Ref for …
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. …
ControlFlowProfiler.cpp 3.9 KB 178695   10 years saambarati1 Web Inspector: Provide a front end for JSC's Control Flow Profiler …
ControlFlowProfiler.h 3.6 KB 178692   10 years saambarati1 Basic block start offsets should never be larger than end offsets in …
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 175078   11 years commit-queue String(new Date(Mar 30 2014 01:00:00)) is wrong in CET …
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 175078   11 years commit-queue String(new Date(Mar 30 2014 01:00:00)) is wrong in CET …
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.6 KB 175080   11 years mark.lam Refactoring to simplify some code in DatePrototype.cpp. …
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 176836   10 years saambarati1 JavaScript Control Flow Profiler …
Executable.h 23.0 KB 178884   10 years mhahnenb Change Heap::m_compiledCode to use a Vector …
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.7 KB 178695   10 years saambarati1 Web Inspector: Provide a front end for JSC's Control Flow Profiler …
FunctionHasExecutedCache.h 2.4 KB 178695   10 years saambarati1 Web Inspector: Provide a front end for JSC's Control Flow Profiler …
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.5 KB 177030   10 years msaboff DFG Tries using an inner object's getter/setter when one hasn't been …
GetterSetter.h 4.8 KB 178696   10 years msaboff A "cached" null setter should throw a TypeException when called in …
Identifier.cpp 3.5 KB 177259   10 years akling Replace PassRef with Ref/Ref&& across the board. …
Identifier.h 8.1 KB 177259   10 years akling Replace PassRef with Ref/Ref&& across the board. …
IdentifierInlines.h 2.6 KB 177259   10 years akling Replace PassRef with Ref/Ref&& across the board. …
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.6 KB 175172   11 years mark.lam Simplified IndexingType's hasAnyArrayStorage(). …
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 176583   10 years akling PropertyTable keys should be AtomicStringImpl. …
IntendedStructureChain.h 3.2 KB 176583   10 years akling PropertyTable keys should be AtomicStringImpl. …
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 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
JSArray.h 13.2 KB 175365   11 years akling Use plain JSArray for RegExp matches instead of a lazily populated …
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.8 KB 175593   11 years mark.lam Rename checkMarkByte() to jumpIfIsRememberedOrInEden(). …
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 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
JSCJSValue.h 18.3 KB 176676   10 years mmirman Fixes inline cache fast path accessing nonexistant getters. …
JSCJSValueInlines.h 21.5 KB 176676   10 years mmirman Fixes inline cache fast path accessing nonexistant getters. …
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 174940   11 years dbatyai.u-szeged Fix FTL Native Inlining for EFL …
JSDataViewPrototype.h 2.0 KB 154373   12 years barraclough https://bugs.webkit.org/show_bug.cgi?id=120093 Remove …
JSDateMath.cpp 9.7 KB 175078   11 years commit-queue String(new Date(Mar 30 2014 01:00:00)) is wrong in CET …
JSDateMath.h 2.5 KB 175078   11 years commit-queue String(new Date(Mar 30 2014 01:00:00)) is wrong in CET …
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.4 KB 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
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 44.3 KB 178728   10 years msaboff REGRESSION(178696): Sporadic crashes while garbage collecting …
JSGlobalObject.h 27.8 KB 178696   10 years msaboff A "cached" null setter should throw a TypeException when called in …
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 178143   10 years mark.lam Make the LLINT and Baseline JIT's op_create_arguments and …
JSLexicalEnvironment.h 7.0 KB 177146   10 years msaboff REGRESSION: Use of undefined CallFrame::ScopeChain value …
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.9 KB 176479   11 years msaboff Allocate local ScopeChain register …
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.4 KB 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
JSObject.h 57.8 KB 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
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 178441   10 years mmirman Fixes operationPutByIdOptimizes such that they check that the put …
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.6 KB 176700   10 years msaboff Change CallFrame::globalThisValue() to not use CallFrame::scope() …
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.8 KB 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
JSString.h 22.2 KB 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
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.4 KB 177146   10 years msaboff REGRESSION: Use of undefined CallFrame::ScopeChain value …
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 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
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.6 KB 178224   10 years joepeck Web Inspector: Uncaught Exception in ProbeManager deleting breakpoint …
MapData.h 7.8 KB 176803   10 years ddkilzer Serialization of MapData object provides unsafe access to internal …
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 177030   10 years msaboff DFG Tries using an inner object's getter/setter when one hasn't been …
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 29.9 KB 174940   11 years dbatyai.u-szeged Fix FTL Native Inlining for EFL …
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. …
NullGetterFunction.cpp 1.9 KB 178855   10 years msaboff Eliminate construct methods from NullGetterFunction and …
NullGetterFunction.h 2.3 KB 177030   10 years msaboff DFG Tries using an inner object's getter/setter when one hasn't been …
NullSetterFunction.cpp 2.8 KB 178855   10 years msaboff Eliminate construct methods from NullGetterFunction and …
NullSetterFunction.h 2.3 KB 178696   10 years msaboff A "cached" null setter should throw a TypeException when called in …
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 177030   10 years msaboff DFG Tries using an inner object's getter/setter when one hasn't been …
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.1 KB 178441   10 years mmirman Fixes operationPutByIdOptimizes such that they check that the put …
Options.cpp 11.7 KB 174473   11 years commit-queue [WinCairo] Enable JIT on 32-bit. …
Options.h 13.8 KB 177029   10 years ggaren Re-enable function.arguments …
PrivateName.h 1.8 KB 176622   10 years akling Optimize constructing JSC::Identifier from AtomicString. …
PropertyDescriptor.cpp 7.1 KB 177030   10 years msaboff DFG Tries using an inner object's getter/setter when one hasn't been …
PropertyDescriptor.h 4.1 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
PropertyMapHashTable.h 16.0 KB 177222   10 years gyuyoung.kim Final clean up OwnPtr in JSC - runtime, ftl, and tool directories …
PropertyName.h 4.6 KB 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
PropertyNameArray.cpp 1.7 KB 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
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.9 KB 175846   11 years akling The JIT should cache property lookup misses. …
PropertyStorage.h 1.6 KB 128400   13 years fpizlo JSC should have property butterflies …
PropertyTable.cpp 4.6 KB 177222   10 years gyuyoung.kim Final clean up OwnPtr in JSC - runtime, ftl, and tool directories …
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 176553   10 years gyuyoung.kim Use std::unique_ptr instead of OwnPtr in JSC classes …
RegExp.h 4.0 KB 176553   10 years gyuyoung.kim Use std::unique_ptr instead of OwnPtr in JSC classes …
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 3.1 KB 175372   11 years akling Unreviewed assertion fix. RegExpCachedResult::m_reified is now the …
RegExpCachedResult.h 3.4 KB 175365   11 years akling Use plain JSArray for RegExp matches instead of a lazily populated …
RegExpConstructor.cpp 12.6 KB 175365   11 years akling Use plain JSArray for RegExp matches instead of a lazily populated …
RegExpConstructor.h 4.5 KB 176508   11 years gyuyoung.kim Clean up OwnPtr and PassOwnPtr in some of JS classes …
RegExpKey.h 3.4 KB 131913   13 years andersca Clean up RegExpKey https://bugs.webkit.org/show_bug.cgi?id=99798
RegExpMatchesArray.cpp 2.9 KB 175365   11 years akling Use plain JSArray for RegExp matches instead of a lazily populated …
RegExpMatchesArray.h 1.1 KB 175365   11 years akling Use plain JSArray for RegExp matches instead of a lazily populated …
RegExpObject.cpp 12.9 KB 177222   10 years gyuyoung.kim Final clean up OwnPtr in JSC - runtime, ftl, and tool directories …
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 177030   10 years msaboff DFG Tries using an inner object's getter/setter when one hasn't been …
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 177222   10 years gyuyoung.kim Final clean up OwnPtr in JSC - runtime, ftl, and tool directories …
SmallStrings.h 3.6 KB 176508   11 years gyuyoung.kim Clean up OwnPtr and PassOwnPtr in some of JS classes …
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 177146   10 years msaboff REGRESSION: Use of undefined CallFrame::ScopeChain value …
StrictEvalActivation.h 2.4 KB 177146   10 years msaboff REGRESSION: Use of undefined CallFrame::ScopeChain value …
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.7 KB 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
StringObject.h 3.5 KB 173269   11 years mark.lam Fixed indentations and some style warnings in JavaScriptCore/runtime. …
StringPrototype.cpp 65.2 KB 178860   10 years mmirman Updated split such that it does not include the empty end of input …
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 178894   10 years utatane.tea put_by_val_direct need to check the property is index or not for using …
Structure.h 22.5 KB 176583   10 years akling PropertyTable keys should be AtomicStringImpl. …
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 177222   10 years gyuyoung.kim Final clean up OwnPtr in JSC - runtime, ftl, and tool directories …
StructureIDTable.h 2.7 KB 177222   10 years gyuyoung.kim Final clean up OwnPtr in JSC - runtime, ftl, and tool directories …
StructureInlines.h 9.9 KB 176583   10 years akling PropertyTable keys should be AtomicStringImpl. …
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 177222   10 years gyuyoung.kim Final clean up OwnPtr in JSC - runtime, ftl, and tool directories …
SymbolTable.cpp 8.9 KB 174789   11 years saambarati1 Have the ProfileType node in the DFG convert to a structure check …
SymbolTable.h 15.2 KB 174789   11 years saambarati1 Have the ProfileType node in the DFG convert to a structure check …
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.4 KB 174789   11 years saambarati1 Have the ProfileType node in the DFG convert to a structure check …
TypeLocationCache.h 2.4 KB 172176   11 years fpizlo Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, …
TypeProfiler.cpp 6.6 KB 176836   10 years saambarati1 JavaScript Control Flow Profiler …
TypeProfiler.h 4.0 KB 176836   10 years saambarati1 JavaScript Control Flow Profiler …
TypeProfilerLog.cpp 3.4 KB 174789   11 years saambarati1 Have the ProfileType node in the DFG convert to a structure check …
TypeProfilerLog.h 2.8 KB 178073   10 years saambarati1 interpret op_profile_type in the LLInt instead of unconditionally …
TypeSet.cpp 18.6 KB 178820   10 years ossy Remove ENABLE(INSPECTOR) ifdef guards …
TypeSet.h 4.3 KB 178060   10 years joepeck Web Inspector: purge PassRefPtr from Inspector code and use Ref for …
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.5 KB 177222   10 years gyuyoung.kim Final clean up OwnPtr in JSC - runtime, ftl, and tool directories …
VM.h 19.1 KB 177222   10 years gyuyoung.kim Final clean up OwnPtr in JSC - runtime, ftl, and tool directories …
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 176973   10 years andersca Change WTF::currentCPUTime to return std::chrono::microseconds and get …
Watchdog.h 3.8 KB 176973   10 years andersca Change WTF::currentCPUTime to return std::chrono::microseconds and get …
WatchdogMac.cpp 2.2 KB 176973   10 years andersca Change WTF::currentCPUTime to return std::chrono::microseconds and get …
WatchdogNone.cpp 1.7 KB 176973   10 years andersca Change WTF::currentCPUTime to return std::chrono::microseconds and get …
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.