Results (151 - 160 of 630)
- [203953]: [ES6] Module binding can be exported by multiple names ...
- [ES6] Module binding can be exported by multiple names https://bugs.webkit.org/show_bug.cgi?id=160343 Reviewed by Saam Barati. ES6 Module can export the same local binding by using multiple names. For example, ``` var value = 42; ...
- By Jul 31, 2016 12:04:57 AM —
- [203747]: [JSC] Object.getOwnPropertyDescriptors should not add undefined props ...
- ... :objectConstructorGetOwnPropertyDescriptors): * tests/es6.yaml: * tests/es6/Object_static_methods_Object.getOwnPropertyDescriptors-proxy.js: (testPropertiesIndexedSetterOnPrototypeThrows.set get var): Deleted. (testPropertiesIndexedSetterOnPrototypeThrows): Deleted. * tests/stress/Object_stati ...
- By Jul 26, 2016 4:06:34 PM —
- [203393]: Make builtin TypeErrors consistent ...
- ... replace): (localeCompare): (search): (split): * tests/es6/String.prototype_methods_String.prototype.padEnd.js: * tests/es6/String.prototype_methods_String.prototype.padStart.js: * tests/stress/array-iterators-next-error-messages.js: (catch): * tests/stress/array-iterators-next-with-call.js: * ...
- By Jul 18, 2016 7:45:35 PM —
- [203207]: Unreviewed, rebaseline tests for ES6 TypedArray behavior. * ...
- Unreviewed, rebaseline tests for ES6 TypedArray behavior. * js/typed-array-mutated-during-set-expected.txt: * js/typed-array-mutated-during-set.html:
- By Jul 13, 2016 6:45:18 PM —
- [203147]: [JSC] Array.prototype.join() fails some conformance tests ...
- ... github.io/#x15.4.4.5 In ES6, the function uses ToLength: https://tc39.github.io/ecma262/#sec-array.prototype.join The test use Infinity and very large integer as the length. They are guaranteed to time out or run out of memory. Even if we waited the hours it ...
- By Jul 12, 2016 6:25:25 PM —
- [203131]: [JSC] Array.prototype.join() fails some conformance tests ...
- ... github.io/#x15.4.4.5 In ES6, the function uses ToLength: https://tc39.github.io/ecma262/#sec-array.prototype.join The test use Infinity and very large integer as the length. They are guaranteed to time out or run out of memory. Even if we waited the hours it ...
- By Jul 12, 2016 3:08:31 PM —
- [203052]: [ES6] Promise.{all,race} no longer use @@species ...
- [ES6] Promise.{all,race} no longer use @@species https://bugs.webkit.org/show_bug.cgi?id=159615 Reviewed by Keith Miller. As per the latest ES draft, Promise.{all,race} no longer use @@species. So, this patch drops FIXMEs. * builtins/Prom ...
- By Jul 11, 2016 12:26:34 AM —
- [202982]: TypedArrays need more isNeutered checks. ...
- ... Source/JavaScriptCore: According to the ES6 spec if a user tries to get, set, or define a property on a neutered TypedArray we should throw an exception. Currently, if a user tries to get an out of bounds access on a TypedArray we will always OSR. This makes handling the excepti ...
- By Jul 8, 2016 9:27:35 AM —
- [202966]: padStart/padEnd with Infinity produces unexpected result ...
- ... * tests/es6/Object_static_methods_Object.getOwnPropertyDescriptors-proxy.js: (shouldThrow): Deleted. * tests/es6/Object_static_methods_Object.getOwnPropertyDescriptors.js: (shouldThrow): (testMeta): * tests/es6/String.prototype_methods_String.proto ...
- By Jul 7, 2016 11:25:34 PM —
- [202865]: Unreviewed, rolling out r198928 and r198985. ...
- ... Reverted changesets: "[ES6] Disallow var assignments in for-in loops" https://bugs.webkit.org/show_bug.cgi?id=155451 http://trac.webkit.org/changeset/198928 "Unreviewed, turn ES6 for-in loop test success" https://bugs.webkit.org/show_bug.cgi?id=155451 http://tra ...
- By Jul 6, 2016 11:22:17 AM —
Note: See TracSearch
for help on searching.