Results (61 - 70 of 630)
- [218051]: [JSC] Update RegExp.prototype.[@@search]] implementation according to ...
- ... JSTests: Update the test. * es6/Proxy_internal_get_calls_RegExp.prototype[Symbol.search].js: Source/JavaScriptCore: The latest spec introduces slight change to RegExp.prototype.[@@search]. This patch applies this change. Basically, this change is done in the slow pa ...
- By Jun 10, 2017 11:01:40 AM —
- [217807]: Web Inspector: Improve ES6 Class instances in Heap Snapshot instances ...
- Web Inspector: Improve ES6 Class instances in Heap Snapshot instances view https://bugs.webkit.org/show_bug.cgi?id=172848 <rdar://problem/25709212> Patch by Joseph Pecoraro <pecoraro@apple.com> on 2017-06-05 Reviewed by Saam Barati. JSTests: * typeProfiler/inh ...
- By Jun 5, 2017 4:52:25 PM —
- [217655]: Class Proxy can't be extended ...
- ... Adding tests that check correctness of Proxy to ES6 `class` Bug is already fixed in https://bugs.webkit.org/show_bug.cgi?id=164849 * stress/proxy-class.js: Added. (assert): (throw.new.Error.SuperClass): (throw.new.Error.A): (throw.new.Error):
- By Jun 1, 2017 8:04:53 AM —
- [217191]: [JSC] Speedup Object.assign for slow case by using ...
- ... This patch improves SixSpeed object-assign.es6 by 1.7x. While this patch does not introduce a fast path for objects that do not have accessors, and it could speed up things further, this patch can speed up the common slow path cases that is the current implementation of Object.assig ...
- By May 20, 2017 1:02:39 PM —
- [217124]: Add SixSpeed benchmark to PerformanceTests ...
- ... It is a collection of ES6 microbenchmarks. While the scripts are very tiny, it sometimes hits our missing care for optimization. So including it is useful. The benchmark is released under MIT license. * SixSpeed/LICENSE: Added. * SixSpeed/REVISION: Added. * Si ...
- By May 19, 2017 6:59:25 AM —
- [216887]: Update ARES-6 plan file to use the latest version ...
- ... * Scripts/webkitpy/benchmark_runner/data/plans/ares6.plan:
- By May 15, 2017 4:24:43 PM —
- [216538]: [ARES6] Improved the running test indicator ...
- [ARES6] Improved the running test indicator https://bugs.webkit.org/show_bug.cgi?id=171400 Running tests show a triangle before the test title and the titles are white. Reviewed by Joseph Pecoraro. * ARES-6/index.html: * ARES-6/styles.css: ...
- By May 9, 2017 2:01:57 PM —
- [216329]: [ES6] Arrow function. Issue in access to this after eval('super()') ...
- [ES6] Arrow function. Issue in access to this after eval('super()') within constructor https://bugs.webkit.org/show_bug.cgi?id=171543 Reviewed by Saam Barati. JSTests: * stress/arrowfunction-lexical-bind-supercall-4.js: (J): (K): Source/ ...
- By May 6, 2017 10:16:12 AM —
- [216279]: putDirectIndex does not properly do defineOwnProperty ...
- ... Index and its JIT implementations to be compatible with the ES6 spec. I think our code became out of date when we implemented ArraySpeciesCreate since ArraySpeciesCreate may return arbitrary objects. We perform putDirectIndex on that arbitrary object. The behavior we want is as if we performed defin ...
- By May 5, 2017 3:35:31 PM —
- [215984]: [ES6]. Implement Annex B.3.3 function hoisting rules for eval ...
- [ES6]. Implement Annex B.3.3 function hoisting rules for eval https://bugs.webkit.org/show_bug.cgi?id=163208 Reviewed by Saam Barati. JSTests: * stress/eval-func-decl-block-scoping-reassign.js: Added. (assert): (throw.new.Error.f): (throw ...
- By Apr 30, 2017 1:06:23 AM —
Note: See TracSearch
for help on searching.