Results (191 - 200 of 630)
- [199647]: [ES6] Use @isObject to check Object Type instead of using instanceof ...
- [ES6] Use @isObject to check Object Type instead of using instanceof https://bugs.webkit.org/show_bug.cgi?id=156676 Reviewed by Darin Adler. Use @isObject instead of `instanceof @Object`. The `instanceof` check is not enough to check Objec ...
- By Apr 17, 2016 2:53:11 PM —
- [199545]: Update treatment of invoking RegExp.prototype methods on ...
- ... prototype. The ES6 spec of throwing errors still applies if those methods are applied to anything = else that is not a RegExp object. * runtime/RegExpPrototype.cpp: (JSC::regExpProtoGetterGlobal): (JSC::regExpProtoGetterIgnoreCase): (JSC::regExpProtoGett ...
- By Apr 14, 2016 11:16:35 AM —
- [199543]: Some imported ES6 tests are missing __createIterableObject ...
- Some imported ES6 tests are missing __createIterableObject https://bugs.webkit.org/show_bug.cgi?id=156584 Reviewed by Keith Miller. These tests were failing because I neglected to include __createIterableObject when I first imported them. Now they pass ...
- By Apr 14, 2016 10:56:31 AM —
- [199523]: Some tests fail with ES6 `u` (Unicode) flag for regular expressions ...
- Some tests fail with ES6 `u` (Unicode) flag for regular expressions https://bugs.webkit.org/show_bug.cgi?id=151597 Reviewed by Geoffrey Garen. Source/JavaScriptCore: Added two new tables to handle the anomolies of \w and \W CharacterClassEscapes when specifi ...
- By Apr 13, 2016 5:47:40 PM —
- [199514]: Unreviewed, rolling out r199502 and r199511. ...
- ... Reverted changesets: "ES6: Implement String.prototype.split and RegExp.prototype[@@split]." https://bugs.webkit.org/show_bug.cgi?id=156013 http://trac.webkit.org/changeset/199502 "ES6: Implement RegExp.prototype[@@search]." https://bugs.webkit.org/show_bug.cgi? ...
- By Apr 13, 2016 3:02:27 PM —
- [199511]: ES6: Implement RegExp.prototype[@@search]. ...
- ES6: Implement RegExp.prototype[@@search]. https://bugs.webkit.org/show_bug.cgi?id=156331 Reviewed by Keith Miller. Source/JavaScriptCore: What changed? 1. Implemented search builtin in RegExpPrototype.js. The native path is now used ...
- By Apr 13, 2016 1:00:31 PM —
- [199502]: ES6: Implement String.prototype.split and RegExp.prototype[@@split]. ...
- ES6: Implement String.prototype.split and RegExp.prototype[@@split]. https://bugs.webkit.org/show_bug.cgi?id=156013 Reviewed by Keith Miller. Re-landing r199393 now that the shadow chicken crash has been fixed. Source/JavaScriptCore: * ...
- By Apr 13, 2016 10:44:16 AM —
- [199459]: [ES6] Add @@toStringTag to GeneratorFunction ...
- [ES6] Add @@toStringTag to GeneratorFunction https://bugs.webkit.org/show_bug.cgi?id=156499 Reviewed by Mark Lam. GeneratorFunction.prototype has @@toStringTag property, "GeneratorFunction". https://tc39.github.io/ecma262/#sec-generatorfun ...
- By Apr 13, 2016 4:16:24 AM —
- [199400]: Rollout: ES6: Implement String.prototype.split and ...
- Rollout: ES6: Implement String.prototype.split and RegExp.prototype[@@split]. https://bugs.webkit.org/show_bug.cgi?id=156013 Speculative rollout to fix 32-bit shadow-chicken.yaml/tests/v8-v6/v8-regexp.js.shadow-chicken test failure. Not reviewed. ...
- By Apr 12, 2016 6:31:52 PM —
- [199397]: [ES6] Add support for Symbol.isConcatSpreadable. ...
- [ES6] Add support for Symbol.isConcatSpreadable. https://bugs.webkit.org/show_bug.cgi?id=155351 Reviewed by Saam Barati. Source/JavaScriptCore: This patch adds support for Symbol.isConcatSpreadable. In order to do so it was necessary to m ...
- By Apr 12, 2016 5:37:52 PM —
Note: See TracSearch
for help on searching.