WebKit Trac
  • Login
  • Preferences
  • Register
  • Forgot your password?
  • Wiki
  • Timeline
  • Browse Source
  • Search

Context Navigation



Results (191 - 200 of 630)

← 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 →
[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 Yusuke Suzuki — 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 mark.lam@apple.com — 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 ggaren@apple.com — 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 msaboff@apple.com — 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 commit-queue@webkit.org — 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 mark.lam@apple.com — 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 mark.lam@apple.com — 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 Yusuke Suzuki — 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 mark.lam@apple.com — 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 keith_miller@apple.com — Apr 12, 2016 5:37:52 PM
← 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Hosted by Apple