2017-08-30 |
ryanhaddad@apple.com | Unreviewed, rolling out r221327. |
blob | commitdiff |
2017-08-30 |
utatane.tea@gmail.com | [JSC] Use reifying system for "name" property of builti... |
blob | commitdiff | diff to current |
2017-08-23 |
gskachkov@gmail.com | [ESNext] Async iteration - Implement Async Generator... |
blob | commitdiff |
2017-08-06 |
utatane.tea@gmail.com | Promise resolve and reject function should have length = 1 |
blob | commitdiff | diff to current |
2017-06-25 |
annulen@yandex.ru | Remove excessive headers from JavaScriptCore |
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-04-25 |
commit-queue@webki... | test262: test262/test/language/expressions/object/metho... |
blob | commitdiff | diff to current |
2017-04-04 |
sbarati@apple.com | WebAssembly: JSWebAssemblyCallee should not be a JSCell |
blob | commitdiff | diff to current |
2017-03-16 |
utatane.tea@gmail.com | [JSC] Default parameter part should be retrieved by... |
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-02-10 |
bfulgham@apple.com | We should not allow Function.caller to be used on nativ... |
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-12 |
sbarati@apple.com | We should be able to throw exceptions from Wasm code... |
blob | commitdiff | diff to current |
2016-12-08 |
fpizlo@apple.com | PerformanceTests: |
blob | commitdiff | diff to current |
2016-12-07 |
sbarati@apple.com | Remove old Wasm object model |
blob | commitdiff | diff to current |
2016-12-02 |
sbarati@apple.com | Rename CallFrame::callee() to CallFrame::jsCallee() |
blob | commitdiff | diff to current |
2016-11-28 |
mark.lam@apple.com | Fix exception scope verification failures in JSFunction... |
blob | commitdiff | diff to current |
2016-11-03 |
utatane.tea@gmail.com | [DOMJIT] Add DOMJIT::Signature |
blob | commitdiff | diff to current |
2016-10-27 |
mark.lam@apple.com | JSFunction::put() should not allow caching of lazily... |
blob | commitdiff | diff to current |
2016-10-26 |
mark.lam@apple.com | Rename the reject() helper function to something more... |
blob | commitdiff | diff to current |
2016-10-18 |
caitp@igalia.com | [JSC] ES6 Method functions should not have prototype |
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 |
commit-queue@webki... | test262: @isConstructor incorrectly thinks Math.cos... |
blob | commitdiff | diff to current |
2016-10-10 |
mark.lam@apple.com | Rename the StrictModeReadonlyPropertyWriteError string... |
blob | commitdiff | diff to current |
2016-10-03 |
utatane.tea@gmail.com | [ES6] GeneratorFunction (a.k.a. GeneratorWrapperFunctio... |
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 |
commit-queue@webki... | test262: Function length should be number of parameters... |
blob | commitdiff | diff to current |
2016-09-13 |
gskachkov@gmail.com | ES6: Classes: Should be allowed to create a static... |
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-09-02 |
utatane.tea@gmail.com | Add toJS for JSC::PrivateName |
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-23 |
utatane.tea@gmail.com | [ES6] Modules' `export default function/class` should... |
blob | commitdiff | diff to current |
2016-08-10 |
sbarati@apple.com | JSBoundFunction should lazily generate its name string |
blob | commitdiff | diff to current |
2016-07-29 |
utatane.tea@gmail.com | JSC::Symbol should be hash-consed |
blob | commitdiff | diff to current |
2016-07-07 |
benjamin@webkit.org | [JSC] Unify how we throw TypeError from C++ |
blob | commitdiff | diff to current |
2016-06-14 |
barraclough@apple.com | JSBoundSlotBaseFunction no longer binds slot base |
blob | commitdiff | diff to current |
2016-06-07 |
mark.lam@apple.com | calculatedDisplayName() and friends actually need a... |
blob | commitdiff | diff to current |
2016-06-06 |
utatane.tea@gmail.com | Change ProxyObject.[[Get]] not to use custom accessor |
blob | commitdiff | diff to current |
2016-06-03 |
barraclough@apple.com | JSGlobalObject::addFunction should call deleteProperty... |
blob | commitdiff | diff to current |
2016-06-02 |
msaboff@apple.com | REGRESSION(r200694): %ThrowTypeError% is not unique |
blob | commitdiff | diff to current |
2016-06-01 |
utatane.tea@gmail.com | Unreviewed, roll out r201481, r201523: 0.3% regression... |
blob | commitdiff | diff to current |
2016-05-28 |
caitp@igalia.com | [JSC] implement async functions proposal |
blob | commitdiff | diff to current |
2016-05-24 |
utatane.tea@gmail.com | Assertion failure for Reflect.get with Proxy and primit... |
blob | commitdiff | diff to current |
2016-05-11 |
commit-queue@webki... | Improve error messages for accessing arguments.callee... |
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 |
mark.lam@apple.com | ES6 Function.name inferred from property names of liter... |
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-05-02 |
gskachkov@gmail.com | Class contructor and methods shouldn't have "arguments... |
blob | commitdiff | diff to current |
2016-04-23 |
fpizlo@apple.com | Speed up bound functions a bit |
blob | commitdiff | diff to current |
2016-04-05 |
fpizlo@apple.com | JSC should use a shadow stack version of CHICKEN so... |
blob | commitdiff | diff to current |
2016-03-16 |
mark.lam@apple.com | Add support for setting Function.name from computed... |
blob | commitdiff | diff to current |
2016-03-16 |
utatane.tea@gmail.com | [ES6] Reflect.set with receiver |
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 | FunctionExecutable::ecmaName() should not be based... |
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-05 |
utatane.tea@gmail.com | [ES6] Support Reflect.construct |
blob | commitdiff | diff to current |
2016-02-29 |
akling@apple.com | Make JSFunction.name allocation fully lazy. |
blob | commitdiff | diff to current |
2016-02-26 |
mark.lam@apple.com | Function.name and Function.length should be configurable. |
blob | commitdiff | diff to current |
2016-02-17 |
sbarati@apple.com | Implement Proxy [[Get]] |
blob | commitdiff | diff to current |
2016-02-09 |
barraclough@apple.com | GetValueFunc/PutValueFunc should not take both slotBase... |
blob | commitdiff | diff to current |
2016-01-14 |
keith_miller@apple.com | [ES6] Support subclassing Function. |
blob | commitdiff | diff to current |
2016-01-14 |
sbarati@apple.com | NativeExecutable should have a name field |
blob | commitdiff | diff to current |
2016-01-11 |
keith_miller@apple.com | Use a profile to store allocation structures for subcla... |
blob | commitdiff | diff to current |
2015-12-18 |
joepeck@webkit.org | Web Inspector: Improve names in Debugger Call Stack... |
blob | commitdiff | diff to current |
2015-12-02 |
utatane.tea@gmail.com | [ES6] Implement LLInt/Baseline Support for ES6 Generato... |
blob | commitdiff | diff to current |
2015-12-02 |
commit-queue@webki... | Unreviewed, rolling out r192914. |
blob | commitdiff | diff to current |
2015-12-01 |
utatane.tea@gmail.com | [ES6] Implement LLInt/Baseline Support for ES6 Generato... |
blob | commitdiff | diff to current |
2015-09-04 |
commit-queue@webki... | [ES6] Implement ES6 arrow function syntax. Prototype... |
blob | commitdiff | diff to current |
2015-08-28 |
utatane.tea@gmail.com | Move std::function from JSFunction into NativeStdFuncti... |
blob | commitdiff | diff to current |
2015-08-28 |
commit-queue@webki... | Create WebAssembly functions |
blob | commitdiff | diff to current |
2015-08-28 |
commit-queue@webki... | Unreviewed, rolling out r189079. |
blob | commitdiff | diff to current |
2015-08-28 |
commit-queue@webki... | Create WebAssembly functions |
blob | commitdiff | diff to current |
2015-07-23 |
utatane.tea@gmail.com | Introducing construct ability into JS executables |
blob | commitdiff | diff to current |
2015-07-09 |
commit-queue@webki... | Fix grammar issue in TypeError attempting to change... |
blob | commitdiff | diff to current |
2015-06-16 |
utatane.tea@gmail.com | [ES6] Introduce %IteratorPrototype% and drop all XXXIte... |
blob | commitdiff | diff to current |
2015-06-13 |
youenn.fablet@crf... | [Streams API] ReadableJSStream should handle promises... |
blob | commitdiff | diff to current |
2015-06-11 |
commit-queue@webki... | Unreviewed, rolling out r185465. |
blob | commitdiff | diff to current |
2015-06-11 |
youenn.fablet@crf... | [Streams API] ReadableJSStream should handle promises... |
blob | commitdiff | diff to current |
2015-04-23 |
commit-queue@webki... | Make FunctionRareData allocation thread-safe |
blob | commitdiff | diff to current |
2015-04-22 |
commit-queue@webki... | Don't de-allocate FunctionRareData |
blob | commitdiff | diff to current |
2015-04-19 |
utatane.tea@gmail.com | Make Builtin functions non constructible |
blob | commitdiff | diff to current |
2015-04-16 |
commit-queue@webki... | Extract the allocation profile from JSFunction into... |
blob | commitdiff | diff to current |
2015-04-13 |
fpizlo@apple.com | JSC should detect singleton functions |
blob | commitdiff | diff to current |
2015-04-02 |
utatane.tea@gmail.com | Clean up EnumerationMode to easily extend |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Heap variables shouldn't end up in the stack frame |
blob | commitdiff | diff to current |
2015-02-23 |
fpizlo@apple.com | Function name scope is only created on the function... |
blob | commitdiff | diff to current |
2015-02-20 |
fpizlo@apple.com | Get rid of JSNameScope::m_type |
blob | commitdiff | diff to current |
2014-10-02 |
mark.lam@apple.com | Fixed the Inspector to be able to properly distinguish... |
blob | commitdiff | diff to current |
2014-09-13 |
msaboff@apple.com | Add JSCallee to program and eval CallFrames |
blob | commitdiff | diff to current |
2014-09-11 |
msaboff@apple.com | Move JSScope out of JSFunction into separate JSCallee... |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r171389, r171495, r171508, r171510, r171605,... |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r170564, r170571, r170604, r170628, r170672,... |
blob | commitdiff | diff to current |
next |