2016-07-07 |
benjamin@webkit.org | [JSC] Unify how we throw TypeError from C++ |
blob | commitdiff |
2016-06-11 |
utatane.tea@gmail.com | [JSC] Inline JSC::toInt32 to improve kraken |
blob | commitdiff | diff to current |
2016-05-04 |
utatane.tea@gmail.com | Improve Symbol() to string coercion error message |
blob | commitdiff | diff to current |
2016-03-11 |
utatane.tea@gmail.com | [ES6] Implement Reflect.set without receiver support |
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-09 |
mark.lam@apple.com | Implement Function.name support for getters/setters... |
blob | commitdiff | diff to current |
2016-03-08 |
mark.lam@apple.com | synthesizePrototype() and friends need to be followed... |
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-03 |
fpizlo@apple.com | RegExpPrototype should check for exceptions after calli... |
blob | commitdiff | diff to current |
2016-02-09 |
barraclough@apple.com | GetValueFunc/PutValueFunc should not take both slotBase... |
blob | commitdiff | diff to current |
2015-09-15 |
commit-queue@webki... | [INTL] Implement supportedLocalesOf on Intl Constructors |
blob | commitdiff | diff to current |
2015-06-24 |
darin@apple.com | Make Array.join work directly on substrings without... |
blob | commitdiff | diff to current |
2015-04-06 |
utatane.tea@gmail.com | Return Optional<uint32_t> from PropertyName::asIndex |
blob | commitdiff | diff to current |
2015-03-31 |
utatane.tea@gmail.com | Clean up Identifier factories to clarify the meaning... |
blob | commitdiff | diff to current |
2015-01-31 |
utatane.tea@gmail.com | Implement ES6 Symbol |
blob | commitdiff | diff to current |
2015-01-22 |
commit-queue@webki... | Unreviewed, rolling out r178894. |
blob | commitdiff | diff to current |
2015-01-22 |
utatane.tea@gmail.com | put_by_val_direct need to check the property is index... |
blob | commitdiff | diff to current |
2015-01-20 |
commit-queue@webki... | Unreviewed, rolling out r178751. |
blob | commitdiff | diff to current |
2015-01-20 |
utatane.tea@gmail.com | put_by_val_direct need to check the property is index... |
blob | commitdiff | diff to current |
2014-09-09 |
commit-queue@webki... | Unreviewed, rolling out r173402. |
blob | commitdiff | diff to current |
2014-09-08 |
mark.lam@apple.com | Move CallFrame and Register inlines functions out of... |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r170564, r170571, r170604, r170628, r170672,... |
blob | commitdiff | diff to current |
2014-07-25 |
fpizlo@apple.com | Merge r169795, r169819, r169864, r169902, r169949,... |
blob | commitdiff | diff to current |
2014-06-25 |
msaboff@apple.com | Add support routines to provide descriptive JavaScript... |
blob | commitdiff | diff to current |
2014-06-11 |
rniwa@webkit.org | Structure::get should instantiate DeferGC only when... |
blob | commitdiff | diff to current |
2014-06-09 |
mhahnenberg@apple.com | Eagerly reify DOM prototype attributes |
blob | commitdiff | diff to current |
2014-04-16 |
fpizlo@apple.com | Discern between NaNs that would be safe to tag and... |
blob | commitdiff | diff to current |
2014-03-20 |
barraclough@apple.com | Source/JavaScriptCore: Crash beneath operationTearOffAc... |
blob | commitdiff | diff to current |
2014-03-05 |
fpizlo@apple.com | More FTL ARM fixes |
blob | commitdiff | diff to current |
2014-02-01 |
oliver@apple.com | 2014-01-31 Oliver Hunt <oliver@apple.com> |
blob | commitdiff | diff to current |
2014-01-31 |
oliver@apple.com | Make it possible to implement JS builtins in JS |
blob | commitdiff | diff to current |
2014-01-02 |
oliver@apple.com | Refactor PutPropertySlot to be aware of custom properties |
blob | commitdiff | diff to current |
2013-12-26 |
commit-queue@webki... | Unreviewed, rolling out r161033 and r161074. |
blob | commitdiff | diff to current |
2013-12-24 |
oliver@apple.com | Refactor PutPropertySlot to be aware of custom properties |
blob | commitdiff | diff to current |
2013-10-08 |
akling@apple.com | Pass VM instead of ExecState to JSNotAnObject constructor. |
blob | commitdiff | diff to current |
2013-10-04 |
oliver@apple.com | Support for-of syntax |
blob | commitdiff | diff to current |
2013-09-28 |
mrowe@apple.com | JavaScriptCore fails to build with newer versions of... |
blob | commitdiff | diff to current |
2013-08-29 |
commit-queue@webki... | Source/JavaScriptCore: https://bugs.webkit.org/show_bug... |
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-25 |
oliver@apple.com | fourthTier: DFG IR dumps should be easier to read |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Structure should have a dump() |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: DFG should support op_in and it should... |
blob | commitdiff | diff to current |
2013-07-25 |
oliver@apple.com | fourthTier: Rationalized 'this' conversion, includes... |
blob | commitdiff | diff to current |
2013-04-18 |
ggaren@apple.com | Renamed JSGlobalData to VM |
blob | commitdiff | diff to current |
2013-02-13 |
zandobersek@gmail.com | The 'global isinf/isnan' compiler quirk required when... |
blob | commitdiff | diff to current |
2013-02-09 |
fpizlo@apple.com | DFG should allow phases to break Phi's and then have... |
blob | commitdiff | diff to current |
2013-01-24 |
mhahnenberg@apple.com | Objective-C API: Rename JSValue.h/APIJSValue.h to JSCJS... |
blob | commitdiff | diff to current |
|