2018-01-07 |
utatane.tea@gmail.com | Object.getOwnPropertyNames includes "arguments" and... |
blob | commitdiff |
2017-11-02 |
mark.lam@apple.com | Add support to throw OOM if MarkedArgumentBuffer may... |
blob | commitdiff | diff to current |
2017-10-10 |
sbarati@apple.com | The prototype cache should be aware of the Executable... |
blob | commitdiff | diff to current |
2017-09-25 |
achristensen@apple.com | Make Attribute an enum class |
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-10 |
fpizlo@apple.com | JSInjectedScriptHost should get a copy of the boundArgs |
blob | commitdiff | diff to current |
2017-02-10 |
bfulgham@apple.com | Constructed object's global object should be the global... |
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 |
2016-12-16 |
fpizlo@apple.com | Get rid of HeapRootVisitor and make SlotVisitor less... |
blob | commitdiff | diff to current |
2016-12-13 |
commit-queue@webki... | Unreviewed, rolling out r209725. |
blob | commitdiff | diff to current |
2016-12-12 |
msaboff@apple.com | REGRESSION(r209653): speedometer crashes making virtual... |
blob | commitdiff | diff to current |
2016-12-11 |
commit-queue@webki... | Unreviewed, rolling out r209653, r209654, r209663, and |
blob | commitdiff | diff to current |
2016-12-10 |
msaboff@apple.com | JSVALUE64: Pass arguments in platform argument register... |
blob | commitdiff | diff to current |
2016-12-02 |
sbarati@apple.com | Rename CallFrame::callee() to CallFrame::jsCallee() |
blob | commitdiff | diff to current |
2016-11-03 |
utatane.tea@gmail.com | [DOMJIT] Add DOMJIT::Signature |
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-07 |
mark.lam@apple.com | Add CatchScope and force all exception checks to be... |
blob | commitdiff | diff to current |
2016-08-10 |
sbarati@apple.com | JSBoundFunction should lazily generate its name string |
blob | commitdiff | diff to current |
2016-06-02 |
msaboff@apple.com | REGRESSION(r200694): %ThrowTypeError% is not unique |
blob | commitdiff | diff to current |
2016-05-04 |
fpizlo@apple.com | Speed up JSGlobalObject initialization by making some... |
blob | commitdiff | diff to current |
2016-05-04 |
cdumez@apple.com | Unreviewed, rolling out r200383 and r200406. |
blob | commitdiff | diff to current |
2016-05-03 |
fpizlo@apple.com | Speed up JSGlobalObject initialization by making some... |
blob | commitdiff | diff to current |
2016-04-23 |
fpizlo@apple.com | Speed up bound functions a bit |
blob | commitdiff | diff to current |
2016-03-09 |
mark.lam@apple.com | Implement Function.name support for getters/setters... |
blob | commitdiff | diff to current |
2016-03-07 |
sbarati@apple.com | [[GetPrototypeOf]] should be a fully virtual method... |
blob | commitdiff | diff to current |
2016-03-06 |
commit-queue@webki... | Unreviewed, rolling out r197645. |
blob | commitdiff | diff to current |
2016-03-06 |
sbarati@apple.com | [[GetPrototypeOf]] should be a fully virtual method... |
blob | commitdiff | diff to current |
2016-03-05 |
utatane.tea@gmail.com | [ES6] Support Reflect.construct |
blob | commitdiff | diff to current |
2016-02-22 |
keith_miller@apple.com | Bound functions should use the prototype of the functio... |
blob | commitdiff | diff to current |
2016-02-07 |
sbarati@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2016-02-02 |
sbarati@apple.com | [ES6] bound functions .name property should be "bound... |
blob | commitdiff | diff to current |
2016-01-14 |
sbarati@apple.com | NativeExecutable should have a name field |
blob | commitdiff | diff to current |
2015-12-18 |
keith_miller@apple.com | [ES6] Add support for Symbol.hasInstance |
blob | commitdiff | diff to current |
2015-12-14 |
cdumez@apple.com | Roll out r193974 and follow-up fixes as it caused JSC... |
blob | commitdiff | diff to current |
2015-12-11 |
keith_miller@apple.com | [ES6] Add support for Symbol.hasInstance |
blob | commitdiff | diff to current |
2015-09-10 |
cdumez@apple.com | Unreviewed, rolling out r189522. |
blob | commitdiff | diff to current |
2015-09-09 |
commit-queue@webki... | Function.prototype.bind: Bound functions must use the... |
blob | commitdiff | diff to current |
2015-04-16 |
commit-queue@webki... | Extract the allocation profile from JSFunction into... |
blob | commitdiff | diff to current |
2014-08-01 |
akling@apple.com | Remove the JSC::OverridesVisitChildren flag. |
blob | commitdiff | diff to current |
2014-07-30 |
akling@apple.com | Static hash tables no longer need to be coupled with... |
blob | commitdiff | diff to current |
2014-04-15 |
commit-queue@webki... | Unreviewed, rolling out r167199 and r167251. |
blob | commitdiff | diff to current |
2014-04-13 |
oliver@apple.com | Rewrite Function.bind as a builtin |
blob | commitdiff |
2014-04-11 |
barraclough@apple.com | Rollout - Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-04-09 |
oliver@apple.com | Rewrite Function.bind as a builtin |
blob | commitdiff |
2014-02-11 |
fpizlo@apple.com | Rename Operations.h to JSCInlines.h |
blob | commitdiff | diff to current |
2013-09-28 |
akling@apple.com | Pass VM instead of ExecState to JSFunction constructors. |
blob | commitdiff | diff to current |
2013-09-26 |
akling@apple.com | Pass VM instead of ExecState to many finishCreation... |
blob | commitdiff | diff to current |
2013-09-22 |
darin@apple.com | Add ExecState::uncheckedArgument and use where possible... |
blob | commitdiff | diff to current |
2013-08-14 |
fpizlo@apple.com | Foo::s_info should be Foo::info(), so that you can... |
blob | commitdiff | diff to current |
2013-07-11 |
oliver@apple.com | NativeExecutable cache needs to use both call and const... |
blob | commitdiff | diff to current |
2013-04-18 |
ggaren@apple.com | Renamed JSGlobalData to VM |
blob | commitdiff | diff to current |
2013-01-12 |
fpizlo@apple.com | The JITThunks class should be in its own file, and... |
blob | commitdiff | diff to current |
2012-11-14 |
fpizlo@apple.com | DFG CreateThis should be able to statically account... |
blob | commitdiff | diff to current |
2012-11-13 |
fpizlo@apple.com | JSFunction and its descendants should be destructible |
blob | commitdiff | diff to current |
2012-10-11 |
ggaren@apple.com | Removed ASSERT_CLASS_FITS_IN_CELL |
blob | commitdiff | diff to current |
2012-09-22 |
barraclough@apple.com | instanceof should not get the prototype for non-default... |
blob | commitdiff | diff to current |
2012-09-13 |
fpizlo@apple.com | JSC should have property butterflies |
blob | commitdiff | diff to current |
2012-08-30 |
benjamin@webkit.org | Replace JSC::UString by WTF::String |
blob | commitdiff | diff to current |
2012-05-12 |
barraclough@apple.com | Introduce PropertyName class |
blob | commitdiff | diff to current |
2012-04-05 |
oliver@apple.com | Replace static_cast with jsCast when casting JSCell... |
blob | commitdiff | diff to current |
2012-02-06 |
barraclough@apple.com | Remove JSObject defineGetter/defineSetter lookupGetter... |
blob | commitdiff | diff to current |
2012-01-12 |
barraclough@apple.com | Merge 'Getter'/'Setter' attributes into 'Accessor' |
blob | commitdiff | diff to current |
2011-12-19 |
ggaren@apple.com | Placement new does an unnecessary NULL check |
blob | commitdiff | diff to current |
2011-12-16 |
mhahnenberg@apple.com | De-virtualize destructors |
blob | commitdiff | diff to current |
2011-11-11 |
mhahnenberg@apple.com | Add jsCast to replace static_cast |
blob | commitdiff | diff to current |
2011-11-04 |
mhahnenberg@apple.com | De-virtualize JSObject::hasInstance |
blob | commitdiff | diff to current |
2011-11-04 |
ossy@webkit.org | De-virtualize JSObject::hasInstance |
blob | commitdiff | diff to current |
2011-11-03 |
mhahnenberg@apple.com | De-virtualize JSObject::hasInstance |
blob | commitdiff | diff to current |
2011-10-20 |
barraclough@apple.com | Poisoning of strict caller,arguments inappropriately... |
blob | commitdiff | diff to current |
2011-10-15 |
mhahnenberg@apple.com | Rename getOwnPropertySlot to getOwnPropertySlotVirtual |
blob | commitdiff | diff to current |
2011-10-08 |
mhahnenberg@apple.com | Add static version of JSCell::getOwnPropertySlot |
blob | commitdiff | diff to current |
2011-09-29 |
mhahnenberg@apple.com | De-virtualize JSCell::visitChildrenVirtual and remove... |
blob | commitdiff | diff to current |
2011-09-23 |
mhahnenberg@apple.com | Add static version of JSCell::visitChildren |
blob | commitdiff | diff to current |
2011-09-22 |
barraclough@apple.com | Implement Function.prototype.bind |
blob | commitdiff | diff to current |
|