Context Navigation



Results (1 - 10 of 44)

1 2 3 4 5
[180828]: Merge r180570 - REGRESSION(r179429): Can't type comments in Facebook ...
... PropertySymbols (for mixin including Symbols) 2) the latest ES6 Iterator interface that uses Iterator.next and it returns { done: boolean, value: value }. Since they are not landed yet, comments in Facebook don't work. This patch introduces RuntimeFlags for JavaScriptCore. Specifying SymbolEnabled ...
By carlosgc@webkit.org02/28/15 03:29:06
[180595]: Use "this" instead of "callee" to get the constructor ...
... This will allow future patches that implement ES6 class to pass in the most derived class' constructor through "this" argument. BytecodeGenerator's emitConstruct and emitConstructVarargs now passes thisRegister like regular calls and emitCreateThis passes in this register to op_create ...
By rniwa@webkit.org02/24/15 16:41:35
[180587]: Constructor returning null should construct an object instead of null ...
... Before introducing ES6 Symbol, JSCell is only used for object and string in user observable area. So in many places, when the cell is not object, we recognize it as a string, and vice versa. However, now ES6 Symbol is implemented as a JSCell, this assumption ...
By utatane.tea@gmail.com02/24/15 15:01:58
[180570]: REGRESSION(r179429): Can't type comments in Facebook ...
... PropertySymbols (for mixin including Symbols) 2) the latest ES6 Iterator interface that uses Iterator.next and it returns { done: boolean, value: value }. Since they are not landed yet, comments in Facebook don't work. This patch introduces RuntimeFlags for JavaScriptCore. Specifying SymbolEnabled ...
By utatane.tea@gmail.com02/24/15 10:20:45
[180550]: Constructor returning null should construct an object instead of null ...
... Before introducing ES6 Symbol, JSCell is only used for object and string in user observable area. So in many places, when the cell is not object, we recognize it as a string, and vice versa. However, now ES6 Symbol is implemented as a JSCell, this assumption ...
By utatane.tea@gmail.com02/23/15 21:47:22
[180547]: REGRESSION(r179429): Can't type comments in Facebook ...
... PropertySymbols (for mixin including Symbols) 2) the latest ES6 Iterator interface that uses Iterator.next and it returns { done: boolean, value: value }. Since they are not landed yet, comments in Facebook don't work. This patch introduces RuntimeFlags for JavaScriptCore. Specifying SymbolEnabled ...
By utatane.tea@gmail.com02/23/15 19:47:29
[180388]: Web Inspector: merge in upstream Esprima to support parsing more of ES6 ...
... merge in upstream Esprima to support parsing more of ES6 https://bugs.webkit.org/show_bug.cgi?id=141215 Reviewed by Timothy Hatcher. Source/WebInspectorUI: This patch merges in a new esprima that has some ES6 support. Specifically, the ES6 support ScriptSyntaxTree now has is: - ForOf loops ...
By saambarati1@gmail.com02/19/15 22:33:49
[180370]: ES6: Implement Array.from() https://bugs.webkit.org/show_bug.cgi?id=141054 ...
ES6: Implement Array.from() https://bugs.webkit.org/show_bug.cgi?id=141054 <rdar://problem/19654521> Reviewed by Filip Pizlo. Source/JavaScriptCore: Implement the Array.from() ES6 method as defined in Section 22.1.2.1 of the specificatio ...
By dino@apple.com02/19/15 16:20:54
[180235]: Web Inspector: ES6: Improved Console Support for Promise Objects ...
Web Inspector: ES6: Improved Console Support for Promise Objects https://bugs.webkit.org/show_bug.cgi?id=141634 Reviewed by Timothy Hatcher. Source/JavaScriptCore: * inspector/InjectedScript.cpp: (Inspector::InjectedScript::getInternalProperties): * in ...
By joepeck@webkit.org02/17/15 12:17:16
[179682]: Crash in uninitialized deconstructing variable. ...
... Source/JavaScriptCore: According to the ES6 spec, when a destructuring pattern occurs as the left hand side of an assignment inside a var declaration statement, the assignment must also have a right hand side value. "var {x} = {};" is a legal syntactic statement, but, "var {x};" ...
By saambarati1@gmail.com02/05/15 00:58:38
1 2 3 4 5
Note: See TracSearch for help on searching.
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.