summaryrefslogtreecommitdiff
path: root/js/src/vm
Commit message (Expand)AuthorAge
* Refactor structured clone JSAPI to prevent mismatched scopes.wolfbeast2018-06-07
* Change inlining of intrinsics.wolfbeast2018-06-07
* Make InitRuntimeNumberState's return type reflect its infallible nature.wolfbeast2018-05-04
* Issue mcp-graveyard/UXP%325 Part 14: Remove EXPOSE_INTL_API conditionals.wolfbeast2018-05-04
* Issue mcp-graveyard/UXP%325 Part 5: Remove non-Intl legacy code paths from js.wolfbeast2018-05-04
* Merge branch 'html_input_datetime_1'wolfbeast2018-04-15
|\
| * Bug 1287677 - Add mozIntl.getDisplayNames APIjanekptacijarabaci2018-03-30
* | Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07
|/
* Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring it...janekptacijarabaci2018-03-25
* Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by try...janekptacijarabaci2018-03-25
* Bug 1342553, Bug 1343072, Bug 1344753 (details in the description)janekptacijarabaci2018-03-25
* Bug 1331585 - Allow falsy "done" values for IteratorClose due to exception du...janekptacijarabaci2018-03-25
* Bug 1147371: Implement calling IteratorClose and "return" on iterators in yield*janekptacijarabaci2018-03-24
* Bug 1147371: Implement IteratorClose for array destructuringjanekptacijarabaci2018-03-24
* Bug 1147371: Rename allowContentSpread to allowContentIterjanekptacijarabaci2018-03-24
* Bug 1147371: Implement IteratorClose for for-ofjanekptacijarabaci2018-03-24
* Bug 1204028: Evaluate LHS reference before RHS in destructuringjanekptacijarabaci2018-03-20
* Add support for the function `name` property.wolfbeast2018-03-20
|\
| * Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19
| * Bug 1320388: Move JSFunction::HAS_REST to JSScript and LazyScriptjanekptacijarabaci2018-03-19
* | Use ordinary object for RegExp prototypejanekptacijarabaci2018-03-19
|/
* Prototypes should be regular objects.wolfbeast2018-03-19
|\
| * Add TI for error properties assigned by the initial shape (follow up)janekptacijarabaci2018-03-17
| * Add TI for error properties assigned by the initial shapejanekptacijarabaci2018-03-17
| * Handle the now ordinary error prototype object in stackjanekptacijarabaci2018-03-17
| * Use ordinary objects for Error prototypesjanekptacijarabaci2018-03-17
* | Remove strict arguments poison pill for "caller" property per ES2017wolfbeast2018-03-18
|\ \
| * | Remove strict arguments poison pill for "caller" property per ES2017janekptacijarabaci2018-03-18
| |/
* | Correctly tokenize valid JS names when using code points outside of BMP range.wolfbeast2018-03-18
|\ \
| * | Correctly tokenize valid JS names when using Unicode mathematical alphanumeri...janekptacijarabaci2018-03-18
| |/
* | Bug 755821: Function() should use the parser's argument parsing codejanekptacijarabaci2018-03-16
* | Bug 1318017: Call GetPrototypeFromConstructor for generator/async function an...janekptacijarabaci2018-03-16
|/
* Close iterator after error in Promise.{all,race}janekptacijarabaci2018-03-15
* Bug 1434384 - Mark v1 structured clone data as cross-process. r=jorendorff, a...Steve Fink2018-03-14
* Bug 1437507 - Fix JSObject::setFlags to call ensureShape before checking for ...Brian Hackett2018-03-14
* Generate irregexp character tables with make_unicode.py.wolfbeast2018-03-12
* Make the proper Windows APIs natively available to our tree.wolfbeast2018-02-19
* Limit the number of SharedArrayBuffers in normal JS code (not just asm.js).wolfbeast2018-02-09
* Make XDR decoding more robust.wolfbeast2018-02-08
* Remove unnecessary InvalidateCompilerOutputsForScript call.wolfbeast2018-02-08
* Add rematerialized frames to the table on JitActivation after rematerializati...wolfbeast2018-02-08
* Remove VerifyBarriers() and MaybeVerifyBarriers() stubs and callers.wolfbeast2018-02-03
* Remove upcomingZealousGC() and callerwolfbeast2018-02-03
* Remove hasZealMode(mode) and callerswolfbeast2018-02-03
* Remove isVerifyPreBarriersEnabled() stub and callerswolfbeast2018-02-03
* Remove remaining conditional GCZeal code.wolfbeast2018-02-03
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02