Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Implement array.flat and array.flatMap | wolfbeast | 2019-05-19 | -0/+2 |
| | | | | | | Self-hosted implementation that adds both functions and adds them to @@unscopables as specced in ES2019. Resolves #1095 | |||
* | Remove Parser::reportBadReturn | wolfbeast | 2019-04-06 | -5/+5 |
| | | | | Report simpler errors that don't use the offset of a node as location. | |||
* | Stage 1-4: Update tests | Tooru Fujisawa | 2019-02-03 | -5/+375 |
| | ||||
* | Remove telemetry leftovers from JS engine. | adeshkp | 2019-01-30 | -1/+0 |
| | ||||
* | Refactor structured clone JSAPI to prevent mismatched scopes. | wolfbeast | 2018-06-07 | -4/+9 |
| | | | | Roll-up of bugs 1442722, 1455071, 1433642, 1456604 and 1458320. | |||
* | Update tzdata in ICU data files to 2018e. | André Bargull | 2018-06-07 | -4/+4 |
| | ||||
* | Revert "Add pluralrules to JS Intl" | wolfbeast | 2018-04-25 | -50/+0 |
| | | | | This reverts commit 7686bceecff17f91758c8c6547a78e71ff3a8c38. | |||
* | Bug 1449574 - Update tzdata in ICU data files to 2018d. r=Waldo, a=RyanVM | André Bargull | 2018-04-19 | -4/+4 |
| | ||||
* | Bug 1287677 - Add mozIntl.getDisplayNames API | janekptacijarabaci | 2018-03-30 | -0/+238 |
| | ||||
* | Revert "Enable Array.prototype.values" | wolfbeast | 2018-03-28 | -9/+11 |
| | | | | This reverts commit 424ed1b165e50f2e71c082c0c70fcda2a2764d18. | |||
* | Enable Array.prototype.values | wolfbeast | 2018-03-27 | -11/+9 |
| | | | | This resolves #85 | |||
* | Merge remote-tracking branch 'janek/js_regexp_lastindex_1' | wolfbeast | 2018-03-27 | -22/+510 |
|\ | ||||
| * | Bug 1317397: Only set lastIndex for global or sticky RegExps in ↵ | janekptacijarabaci | 2018-03-24 | -26/+342 |
| | | | | | | | | RegExpBuiltinExec per ES2017 | |||
| * | Bug 1343375: Update RegExp.prototype.replace and .match to call ↵ | janekptacijarabaci | 2018-03-24 | -0/+172 |
| | | | | | | | | | | | | ToLength(lastIndex) for non-global RegExp and handle recompilations [Depends on] Bug 1317397: Implement RegExp.lastIndex changes from ES2017 | |||
* | | Bug 1360839 - Call IteratorClose due to abrupt completion from yield | janekptacijarabaci | 2018-03-25 | -0/+58 |
| | | | | | | | | Issue #74 | |||
* | | Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by ↵ | janekptacijarabaci | 2018-03-25 | -0/+35 |
| | | | | | | | | | | | | try statements inside for-of Issue #74 | |||
* | | Bug 1331585 - Allow falsy "done" values for IteratorClose due to exception ↵ | janekptacijarabaci | 2018-03-25 | -0/+16 |
| | | | | | | | | | | | | during array destructuring Issue #74 | |||
* | | Bug 1338796 - Do not call iterator.return if iterator.throw is present in yield* | janekptacijarabaci | 2018-03-25 | -7/+38 |
| | | | | | | | | Issue #74 | |||
* | | Bug 1334799 - Handle stack value in correct order when leaving for-of loop ↵ | janekptacijarabaci | 2018-03-25 | -4/+28 |
| | | | | | | | | | | | | from finally block Issue #74 | |||
* | | Bug 1332881 - Handle stack value in correct order when leaving loop and ↵ | janekptacijarabaci | 2018-03-25 | -0/+54 |
| | | | | | | | | | | | | try-finally Issue #74 | |||
* | | Bug 1147371: Implement calling IteratorClose and "return" on iterators in yield* | janekptacijarabaci | 2018-03-24 | -13/+141 |
| | | | | | | | | Issue #74 | |||
* | | Bug 1147371: Implement IteratorClose for array destructuring | janekptacijarabaci | 2018-03-24 | -0/+77 |
| | | | | | | | | Issue #74 | |||
* | | Bug 1147371: Implement IteratorClose for for-of | janekptacijarabaci | 2018-03-24 | -15/+135 |
| | | | | | | | | Issue #74 | |||
* | | Bug 1204028: Evaluate LHS reference before RHS in destructuring | janekptacijarabaci | 2018-03-20 | -0/+1472 |
| | | | | | | | | | | Issue #73 [Depends on] Bug 1147371: Implement IteratorClose | |||
* | | Bug 1322314 - Do not emit ParseNode twice in ↵ | janekptacijarabaci | 2018-03-20 | -0/+25 |
|/ | | | | | | | BytecodeEmitter::emitDestructuringOpsArray Issue #73 [Depends on] Bug 1147371: Implement IteratorClose | |||
* | Add support for the function `name` property. | wolfbeast | 2018-03-20 | -16/+429 |
|\ | | | | | | | | | | | This resolves #78. Merged remote-tracking branch 'janek/js_function_name_1' | |||
| * | Part 4: Fix existing tests | janekptacijarabaci | 2018-03-19 | -16/+17 |
| | | | | | | | | Issue #87 | |||
| * | Part 1: Implement ES6 function name property semantics | janekptacijarabaci | 2018-03-19 | -0/+384 |
| | | | | | | | | Issue #78 | |||
| * | Bug 1317309: Throw a TypeError when passing a Symbol value to ToAtom | janekptacijarabaci | 2018-03-19 | -0/+28 |
| | | | | | | | | | | | | Issue #78 [Depends on] Bug 883377: Implement ES6 function "name" property semantics | |||
* | | Tests | janekptacijarabaci | 2018-03-19 | -5/+32 |
|/ | | | | Issue #77 | |||
* | Prototypes should be regular objects. | wolfbeast | 2018-03-19 | -0/+59 |
|\ | | | | | | | | | | | This resolves #76 Merged remote-tracking branch 'janek/js_error_ordinary-object_1' | |||
| * | Bug 1320198: Land additional Error prototype test | janekptacijarabaci | 2018-03-17 | -0/+24 |
| | | ||||
| * | Tests | janekptacijarabaci | 2018-03-17 | -0/+35 |
| | | ||||
* | | Remove strict arguments poison pill for "caller" property per ES2017 | wolfbeast | 2018-03-18 | -13/+17 |
|\ \ | | | | | | | | | | | | | | | | This resolves #79. Merged remote-tracking branch 'janek/js_strict_arguments_caller_removed_1' | |||
| * | | Remove strict arguments poison pill for "caller" property per ES2017 | janekptacijarabaci | 2018-03-18 | -13/+17 |
| |/ | ||||
* | | Correctly tokenize valid JS names when using code points outside of BMP range. | wolfbeast | 2018-03-18 | -16/+2 |
|\ \ | | | | | | | | | | | | | | | | This resolves #72. Merged remote-tracking branch 'janek/js_variable_unicode_1' | |||
| * | | Correctly tokenize valid JS names when using Unicode mathematical ↵ | janekptacijarabaci | 2018-03-18 | -16/+2 |
| |/ | | | | | | | | | | | alphanumeric symbols as variable name Issue https://github.com/MoonchildProductions/Pale-Moon/issues/1647 | |||
* | | Bug 755821: Function() should use the parser's argument parsing code | janekptacijarabaci | 2018-03-16 | -0/+27 |
| | | ||||
* | | Bug 1318017: Call GetPrototypeFromConstructor for generator/async function ↵ | janekptacijarabaci | 2018-03-16 | -0/+465 |
|/ | | | | | | | and Intl constructors [Depends on] Bug 755821: Function() should use the parser's argument parsing code | |||
* | Close iterator after error in Promise.{all,race} | janekptacijarabaci | 2018-03-15 | -0/+234 |
| | | | | Issue #17 | |||
* | Close iterator after error in Array.from | janekptacijarabaci | 2018-03-15 | -0/+183 |
| | | | | Issue #17 | |||
* | Close iterator after error in {Map,Set,WeakMap,WeakSet} constructors | janekptacijarabaci | 2018-03-15 | -0/+253 |
| | | | | Issue #17 | |||
* | Bug 1430761 - Update tzdata in ICU data files to 2018c. r=Waldo, a=lizzard | André Bargull | 2018-03-14 | -5/+4 |
| | | | | | --HG-- extra : rebase_source : cb9ac8a678b6f565091f6d7733b6cd86afde0da7 | |||
* | JS - RegExp - match updated spec for `/\b/iu` and `/\B/iu` | janekptacijarabaci | 2018-03-12 | -0/+25 |
| | ||||
* | Add pluralrules to JS Intl | wolfbeast | 2018-02-07 | -0/+50 |
| | ||||
* | Remove SetGCZeal() stub and its callers. | wolfbeast | 2018-02-03 | -15/+0 |
| | ||||
* | Use UTC where appropriate in python files | Matt A. Tobin | 2018-02-02 | -8/+8 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+648660 |