2018-09-24 |
sbarati@apple.com | Array.prototype.indexOf fast path needs to ensure the... |
blob | commitdiff |
2018-09-20 |
yusukesuzuki@slows... | [JSC] Optimize Array#indexOf in C++ runtime |
blob | commitdiff | diff to current |
2018-08-31 |
mark.lam@apple.com | Add missing exception check in arrayProtoFuncLastIndexOf(). |
blob | commitdiff | diff to current |
2018-08-27 |
yusukesuzuki@slows... | [JSC] Array.prototype.reverse modifies JSImmutableButterfly |
blob | commitdiff | diff to current |
2018-07-26 |
mark.lam@apple.com | arrayProtoPrivateFuncConcatMemcpy() should handle copyi... |
blob | commitdiff | diff to current |
2018-07-12 |
utatane.tea@gmail.com | [JSC] Thread VM& to JSCell::methodTable(VM&) |
blob | commitdiff | diff to current |
2018-07-11 |
mark.lam@apple.com | constructArray() should always allocate the requested... |
blob | commitdiff | diff to current |
2018-06-27 |
utatane.tea@gmail.com | [JSC] Pass VM& to functions more |
blob | commitdiff | diff to current |
2018-06-23 |
utatane.tea@gmail.com | [WTF] Add user-defined literal for ASCIILiteral |
blob | commitdiff | diff to current |
2018-06-12 |
keith_miller@apple.com | Loading cnn.com in MiniBrowser hits Structure::dump... |
blob | commitdiff | diff to current |
2018-06-01 |
wenson_hsieh@apple.com | Fix the watchOS build after r232385 |
blob | commitdiff | diff to current |
2018-06-01 |
sbarati@apple.com | Cache toString results for CoW arrays |
blob | commitdiff | diff to current |
2018-05-31 |
utatane.tea@gmail.com | [JSC] Pass VM& parameter as much as possible |
blob | commitdiff | diff to current |
2018-05-26 |
utatane.tea@gmail.com | [JSC] Rename Array#flatten to flat |
blob | commitdiff | diff to current |
2018-05-09 |
commit-queue@webki... | [JSC] Fix ArraySpeciesCreate to return a new Array... |
blob | commitdiff | diff to current |
2018-03-30 |
rmorisset@apple.com | Out-of-bounds accesses due to a missing check for MAX_S... |
blob | commitdiff | diff to current |
2018-03-22 |
msaboff@apple.com | Race Condition in arrayProtoFuncReverse() causes wrong... |
blob | commitdiff | diff to current |
2018-02-16 |
fpizlo@apple.com | Unreviewed, roll out r228306 (custom memcpy/memset... |
blob | commitdiff | diff to current |
2018-02-09 |
fpizlo@apple.com | Experiment with alternative implementation of memcpy... |
blob | commitdiff | diff to current |
2018-02-08 |
utatane.tea@gmail.com | [JSC] Implement Array.prototype.flatMap and Array.proto... |
blob | commitdiff | diff to current |
2017-11-27 |
utatane.tea@gmail.com | [JSC] Remove JSStringBuilder |
blob | commitdiff | diff to current |
2017-11-02 |
mark.lam@apple.com | Add support to throw OOM if MarkedArgumentBuffer may... |
blob | commitdiff | diff to current |
2017-10-23 |
utatane.tea@gmail.com | [JSC] Use fastJoin in Array#toString |
blob | commitdiff | diff to current |
2017-10-20 |
sbarati@apple.com | Optimize accesses to how we get the direct prototype |
blob | commitdiff | diff to current |
2017-10-08 |
fpizlo@apple.com | direct-construct-arity-mismatch.js can have GCs that... |
blob | commitdiff | diff to current |
2017-10-04 |
sbarati@apple.com | Implement polymorphic prototypes |
blob | commitdiff | diff to current |
2017-09-30 |
utatane.tea@gmail.com | [DFG] Support ArrayPush with multiple args |
blob | commitdiff | diff to current |
2017-09-29 |
commit-queue@webki... | Unreviewed, rolling out r222563, r222565, and r222581. |
blob | commitdiff | diff to current |
2017-09-28 |
mark.lam@apple.com | Add missing exception checks and book-keeping for excep... |
blob | commitdiff | diff to current |
2017-09-27 |
utatane.tea@gmail.com | [DFG] Support ArrayPush with multiple args |
blob | commitdiff | diff to current |
2017-09-25 |
achristensen@apple.com | Make Attribute an enum class |
blob | commitdiff | diff to current |
2017-09-13 |
keith_miller@apple.com | Do unified source builds for JSC |
blob | commitdiff | diff to current |
2017-09-11 |
mark.lam@apple.com | Fix all ExceptionScope verification failures in JavaScr... |
blob | commitdiff | diff to current |
2017-09-09 |
mark.lam@apple.com | Avoid duplicate computations of ExecState::vm(). |
blob | commitdiff | diff to current |
2017-06-17 |
keith_miller@apple.com | ArrayPrototype methods should use JSValue::toLength... |
blob | commitdiff | diff to current |
2017-06-12 |
utatane.tea@gmail.com | [DFG] Add ArrayIndexOf intrinsic |
blob | commitdiff | diff to current |
2017-05-19 |
fpizlo@apple.com | Deduplicate some code in arrayProtoPrivateFuncConcatMemcpy |
blob | commitdiff | diff to current |
2017-05-19 |
fpizlo@apple.com | arrayProtoPrivateFuncConcatMemcpy needs to be down... |
blob | commitdiff | diff to current |
2017-05-19 |
utatane.tea@gmail.com | [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass |
blob | commitdiff | diff to current |
2017-05-18 |
commit-queue@webki... | Unreviewed, rolling out r217031, r217032, and r217037. |
blob | commitdiff | diff to current |
2017-05-18 |
utatane.tea@gmail.com | [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass |
blob | commitdiff | diff to current |
2017-05-11 |
fpizlo@apple.com | Callers of JSString::unsafeView() should check exceptions |
blob | commitdiff | diff to current |
2017-05-08 |
mark.lam@apple.com | Introduce ExceptionScope::assertNoException() and relea... |
blob | commitdiff | diff to current |
2017-05-05 |
sbarati@apple.com | putDirectIndex does not properly do defineOwnProperty |
blob | commitdiff | diff to current |
2017-04-27 |
mark.lam@apple.com | Audit and fix incorrect uses of JSArray::tryCreateForIn... |
blob | commitdiff | diff to current |
2017-04-25 |
mark.lam@apple.com | Array.prototype.slice() should ensure that end >= begin. |
blob | commitdiff | diff to current |
2017-03-31 |
mark.lam@apple.com | Array.prototype.splice() should not be using JSArray... |
blob | commitdiff | diff to current |
2017-03-24 |
mark.lam@apple.com | Array memcpy'ing fast paths should check if we're havin... |
blob | commitdiff | diff to current |
2017-03-24 |
mark.lam@apple.com | Array.prototype.splice behaves incorrectly when the... |
blob | commitdiff | diff to current |
2017-03-23 |
mark.lam@apple.com | Clients of JSArray::tryCreateForInitializationPrivate... |
blob | commitdiff | diff to current |
2017-03-16 |
mark.lam@apple.com | Array concat operation should check for length overflows. |
blob | commitdiff | diff to current |
2017-02-10 |
bfulgham@apple.com | Fix max length check in ArrayPrototype.js' concatSlowPa... |
blob | commitdiff | diff to current |
2017-01-27 |
keith_miller@apple.com | classInfo should take a VM so it is not materialized... |
blob | commitdiff | diff to current |
2017-01-24 |
msaboff@apple.com | JSArray::tryCreateUninitialized should be called JSArra... |
blob | commitdiff | diff to current |
2017-01-13 |
sbarati@apple.com | Initialize the ArraySpecies watchpoint as Clear and... |
blob | commitdiff | diff to current |
2017-01-13 |
sbarati@apple.com | Add a slice intrinsic to the DFG/FTL |
blob | commitdiff | diff to current |
2017-01-09 |
commit-queue@webki... | Unreviewed, rolling out r210476. |
blob | commitdiff | diff to current |
2017-01-07 |
sbarati@apple.com | Add a slice intrinsic to the DFG/FTL |
blob | commitdiff | diff to current |
2016-11-28 |
mark.lam@apple.com | Fix exception scope verification failures in ArrayConst... |
blob | commitdiff | diff to current |
2016-11-16 |
mark.lam@apple.com | Remove JSString::SafeView and replace its uses with... |
blob | commitdiff | diff to current |
2016-10-25 |
mark.lam@apple.com | Add ThrowScope::release() calls at all call sites of... |
blob | commitdiff | diff to current |
2016-10-17 |
mark.lam@apple.com | Use the reject() helper function for conditionally... |
blob | commitdiff | diff to current |
2016-10-14 |
ryanhaddad@apple.com | Unreviewed, rolling out r207322. |
blob | commitdiff | diff to current |
2016-10-14 |
mark.lam@apple.com | Fix Array.prototype.splice ES6 compliance. |
blob | commitdiff | diff to current |
2016-10-12 |
mark.lam@apple.com | Rename variables in arrayProtoFuncSplice() to match... |
blob | commitdiff | diff to current |
2016-10-12 |
mark.lam@apple.com | Array.prototype.slice should not modify frozen objects. |
blob | commitdiff | diff to current |
2016-10-11 |
mark.lam@apple.com | Array.prototype.concat should not modify frozen objects. |
blob | commitdiff | diff to current |
2016-10-11 |
mark.lam@apple.com | Change ArrayPrototype.cpp's putLength() and setLength... |
blob | commitdiff | diff to current |
2016-09-26 |
mark.lam@apple.com | Added RETURN_IF_EXCEPTION() macro and use it for except... |
blob | commitdiff | diff to current |
2016-09-22 |
mark.lam@apple.com | Array.prototype.join should do overflow checks on strin... |
blob | commitdiff | diff to current |
2016-09-14 |
commit-queue@webki... | test262: Array.prototype.slice should always set length |
blob | commitdiff | diff to current |
2016-09-08 |
fpizlo@apple.com | Remove CopiedSpace and use MarkedSpace instead |
blob | commitdiff | diff to current |
2016-09-07 |
mark.lam@apple.com | Add CatchScope and force all exception checks to be... |
blob | commitdiff | diff to current |
2016-09-06 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-08-30 |
mark.lam@apple.com | Introduce the ThrowScope and force every throw site... |
blob | commitdiff | diff to current |
2016-08-24 |
fpizlo@apple.com | Unreviewed, roll out r204901, r204897, r204866, r204856... |
blob | commitdiff | diff to current |
2016-08-23 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-08-15 |
mark.lam@apple.com | Make JSValue::strictEqual() handle failures to resolve... |
blob | commitdiff | diff to current |
2016-08-15 |
achristensen@apple.com | Remove unused includes of wtf headers |
blob | commitdiff | diff to current |
2016-08-08 |
utatane.tea@gmail.com | [ES6] Module namespace object should not allow unset IC |
blob | commitdiff | diff to current |
2016-07-27 |
keith_miller@apple.com | concatAppendOne should allocate using the indexing... |
blob | commitdiff | diff to current |
2016-07-14 |
commit-queue@webki... | DOM value iterable interfaces should use Array prototyp... |
blob | commitdiff | diff to current |
2016-07-13 |
benjamin@webkit.org | [JSC] Array.prototype.join() fails some conformance... |
blob | commitdiff | diff to current |
2016-07-13 |
ryanhaddad@apple.com | Unreviewed, rolling out r203131. |
blob | commitdiff | diff to current |
2016-07-12 |
commit-queue@webki... | [JSC] Array.prototype.join() fails some conformance... |
blob | commitdiff | diff to current |
2016-07-11 |
sbarati@apple.com | some paths in Array.prototype.splice don't account... |
blob | commitdiff | diff to current |
2016-07-09 |
keith_miller@apple.com | appendMemcpy might fail in concatAppendOne |
blob | commitdiff | diff to current |
2016-07-07 |
benjamin@webkit.org | [JSC] Array.prototype[Symbol.unscopables] should have... |
blob | commitdiff | diff to current |
2016-07-06 |
mark.lam@apple.com | Remove some unneeded #include "CachedCall.h". |
blob | commitdiff | diff to current |
2016-06-30 |
sbarati@apple.com | missing exception checks in arrayProtoFuncReverse |
blob | commitdiff | diff to current |
2016-06-29 |
commit-queue@webki... | [JSC] Fix small issues of TypedArray prototype |
blob | commitdiff | diff to current |
2016-06-21 |
keith_miller@apple.com | It should be easy to add a private global helper functi... |
blob | commitdiff | diff to current |
2016-06-21 |
commit-queue@webki... | Unreviewed, rolling out r202248. |
blob | commitdiff | diff to current |
2016-06-20 |
keith_miller@apple.com | It should be easy to add a private global helper functi... |
blob | commitdiff | diff to current |
2016-06-16 |
keith_miller@apple.com | Add support for Symbol.isConcatSpreadable (round 2) |
blob | commitdiff | diff to current |
2016-06-14 |
keith_miller@apple.com | The Array species constructor watchpoints should be... |
blob | commitdiff | diff to current |
2016-06-08 |
mark.lam@apple.com | Need an exception check after constructEmptyArray(). |
blob | commitdiff | diff to current |
2016-05-17 |
keith_miller@apple.com | Rollout r200426 since it causes PLT regressions. |
blob | commitdiff | diff to current |
2016-05-04 |
keith_miller@apple.com | Unreviewed, reland r200149 since the rollout had inconc... |
blob | commitdiff | diff to current |
2016-05-04 |
keith_miller@apple.com | Speedup array iterators |
blob | commitdiff | diff to current |
next |