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

Context Navigation



Results (181 - 190 of 630)

← 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 →
[200423]: ES6 Function.name inferred from property names of literal objects can ...
ES6 Function.name inferred from property names of literal objects can break some websites. https://bugs.webkit.org/show_bug.cgi?id=157246 Reviewed by Geoffrey Garen. Source/JavaScriptCore: Specifically, the library mathjs (see http://mat ...
By mark.lam@apple.com — May 4, 2016 12:23:41 PM
[200422]: Speedup array iterators https://bugs.webkit.org/show_bug.cgi?id=157315 ...
... This patch improves the performance of Array iterators in ES6. There are two main changes that make things faster. The first is that the value, keys and entries functions have been moved to JS. This enables us to inline the construction of the iterator. Thus, when we get to the FTL we are able to ...
By keith_miller@apple.com — May 4, 2016 10:59:10 AM
[200272]: Make RegExp.prototype.test spec compliant. ...
... xpTestIntrinsic maps to the entry at the top of the builtin ES6 RegExp.prototype.test. RegExpTestFastIntrinsic maps to the fast path in the builtin ES6 RegExp.prototype.test. Both will end up using the RegExpTest DFG node to implement the fast path of RegExp.prototype.test. RegExpTestInt ...
By mark.lam@apple.com — Apr 29, 2016 5:34:01 PM
[200239]: [ES6] RegExp.prototype.@@replace should use @isObject instead of ...
[ES6] RegExp.prototype.@@replace should use @isObject instead of `instanceof` for object guard https://bugs.webkit.org/show_bug.cgi?id=157124 Reviewed by Keith Miller. Use @isObject instead of `instanceof @Object`. The `instanceof` check i ...
By Yusuke Suzuki — Apr 29, 2016 4:36:26 AM
[200194]: [JSC] implement spec changes for String#padStart and String#padEnd ...
... cpp: (JSC::padString): * tests/es6/String.prototype_methods_String.prototype.padEnd.js: (TestFillerToString): (TestFillerEmptyString): * tests/es6/String.prototype_methods_String.prototype.padStart.js: (TestFillerToString): (TestFillerEmptyString):
By caitp@igalia.com — Apr 28, 2016 10:05:17 AM
[200149]: Unreviewed, Revert r199397 due to PLT regressions ...
... h: (JSC::constructObject): Deleted. * tests/es6.yaml: * tests/stress/array-concat-spread-object.js: Removed. (arrayEq): Deleted. * tests/stress/array-concat-spread-proxy-exception-check.js: Removed. (arrayEq): Deleted. * tests/stress/array-concat-spread-proxy.js: Removed. (arrayEq): ...
By keith_miller@apple.com — Apr 27, 2016 1:54:37 PM
[200117]: [ES] Implement RegExp.prototype.@@replace and use it for ...
... * tests/es6.yaml: Changed expectations for the various replace related tests to passing. * tests/stress/regexp-replace-proxy.js: (assert): (let.getProxyNullExec.new.Proxy): (let.getSetProxyNullExec.new.Proxy): (get resetTracking): (let.getSetProxy ...
By msaboff@apple.com — Apr 26, 2016 6:28:03 PM
[199789]: Web Inspector: Make debounce use an ES6 Proxy ...
Web Inspector: Make debounce use an ES6 Proxy https://bugs.webkit.org/show_bug.cgi?id=156756 rdar://problem/25809771 Reviewed by Joseph Pecoraro. Source/WebInspectorUI: * UserInterface/Base/Utilities.js: (Object.prototype.soon): Added. (Object.prototype.debounce): Added. ...
By timothy@apple.com — Apr 20, 2016 2:58:44 PM
[199748]: Re-landing: ES6: Implement RegExp.prototype[@@search]. ...
Re-landing: 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 19, 2016 5:02:07 PM
[199731]: Re-landing: ES6: Implement String.prototype.split and ...
Re-landing: ES6: Implement String.prototype.split and RegExp.prototype[@@split]. https://bugs.webkit.org/show_bug.cgi?id=156013 Reviewed by Keith Miller. Source/JavaScriptCore: * CMakeLists.txt: * JavaScriptCore.xcodeproj/project.pbxproj: * builtins ...
By mark.lam@apple.com — Apr 19, 2016 10:25:20 AM
← 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Hosted by Apple