Results (131 - 140 of 630)
- [205969]: test262: Should be a SyntaxError for duplicate parameter names in ...
- ... JSTests: * stress/es6-default-parameters.js: * test262.yaml: Source/JavaScriptCore: https://tc39.github.io/ecma262/#sec-function-definitions-static-semantics-early-errors It is a Syntax Error if IsSimpleParameterList of FormalParameterList is false and Bou ...
- By Sep 15, 2016 8:40:55 AM —
- [205856]: ES6: Classes: Should be allowed to create a static method with name ...
- ES6: Classes: Should be allowed to create a static method with name "arguments" https://bugs.webkit.org/show_bug.cgi?id=152985 Reviewed by Keith Miller. Source/JavaScriptCore: Current patch covered 16.2 Forbidden Extensions - first topic ...
- By Sep 13, 2016 1:17:39 AM —
- [205730]: Merge r205520 - Make JSMap and JSSet faster ...
- ... get(key); } ``` This patch is roughly an 8% speedup on ES6SampleBench. * CMakeLists.txt: * JavaScriptCore.xcodeproj/project.pbxproj: * assembler/MacroAssemblerARM64.h: (JSC::MacroAssemblerARM64::not64): * bytecode/SpeculatedType.cpp: (JSC::speculationFromClassInfo): * bytecode/SpeculatedType.h ...
- By Sep 9, 2016 3:15:09 AM —
- [205520]: Make JSMap and JSSet faster ...
- ... get(key); } ``` This patch is roughly an 8% speedup on ES6SampleBench. * CMakeLists.txt: * JavaScriptCore.xcodeproj/project.pbxproj: * assembler/MacroAssemblerARM64.h: (JSC::MacroAssemblerARM64::not64): * bytecode/SpeculatedType.cpp: (JSC::speculationFromClassInfo): * bytecode/SpeculatedType.h ...
- By Sep 6, 2016 4:22:01 PM —
- [205504]: Make JSMap and JSSet faster ...
- ... get(key); } ``` This patch is roughly an 8% speedup on ES6SampleBench. * CMakeLists.txt: * JavaScriptCore.xcodeproj/project.pbxproj: * bytecode/SpeculatedType.cpp: (JSC::speculationFromClassInfo): * bytecode/SpeculatedType.h: * dfg/DFGAbstractInterpreterInlines.h: (JSC::DFG::AbstractInterprete ...
- By Sep 6, 2016 2:13:25 PM —
- [205335]: Add toJS for JSC::PrivateName ...
- ... JSC::PrivateName is the wrapper to create and hold the ES6 Symbol instance. This patch adds toJS support for JSC::PrivateName. Later, the module integration patch will use this feature to call DeferredWrapper::{resolve,reject} with JSC::PrivateName. * bindings/js/JSDOMBinding.h: (WebCore::toJS ...
- By Sep 1, 2016 8:42:09 PM —
- [205027]: [ES6] newPromiseCapabilities should check the given argument is ...
- [ES6] newPromiseCapabilities should check the given argument is constructor https://bugs.webkit.org/show_bug.cgi?id=161226 Reviewed by Mark Lam. JSTests: The arrow function should not be a constructor. So the error should be raised. * st ...
- By Aug 26, 2016 10:37:31 AM —
- [204994]: [DFG][FTL] Implement ES6 Generators in DFG / FTL ...
- [DFG][FTL] Implement ES6 Generators in DFG / FTL https://bugs.webkit.org/show_bug.cgi?id=152723 Reviewed by Filip Pizlo. JSTests: * stress/generator-fib-ftl-and-array.js: Added. (fib): * stress/generator-fib-ftl-and-object.js: Added. (fib): * stress/generato ...
- By Aug 25, 2016 3:55:10 PM —
- [204882]: It should be easy to run ES6SampleBench from the jsc shell ...
- It should be easy to run ES6SampleBench from the jsc shell https://bugs.webkit.org/show_bug.cgi?id=161085 Reviewed by Yusuke Suzuki. PerformanceTests: This patch makes ES6 sample bench runnable through the `jsc` shell. To do that, you need to be in the Performan ...
- By Aug 23, 2016 8:39:33 PM —
- [204848]: [ES6] Module namespace object's Symbol.iterator method should only ...
- [ES6] Module namespace object's Symbol.iterator method should only accept module namespace objects https://bugs.webkit.org/show_bug.cgi?id=161097 Reviewed by Keith Miller. JSTests: * test262.yaml: Source/JavaScriptCore: * runtime/JSModu ...
- By Aug 23, 2016 12:07:33 PM —
Note: See TracSearch
for help on searching.