summaryrefslogtreecommitdiffstats
path: root/js/src/jsapi.cpp
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' into 816wolfbeast2019-04-05-0/+3
|\
| * Pref the use of unboxed plain objects in JS and disable by default.wolfbeast2019-03-21-0/+3
| | | | | | | | | | This should be all that's needed for #1017, but verification of impact is definitely desired.
* | Stage 1-1: Implement Function.prototype.toString revision proposal.wolfbeast2019-02-02-11/+35
|/ | | | Tag #960
* Fix a longstanding IndexedDB correctness issue.wolfbeast2018-11-02-3/+15
| | | | Standards Compliance fix, port of Bug 1492737
* Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19-3/+3
| | | | Issue #78
* Bug 1320388: Move JSFunction::HAS_REST to JSScript and LazyScriptjanekptacijarabaci2018-03-19-4/+1
| | | | | | Issue #78 [Depends on] Bug 883377: Implement ES6 function "name" property semantics
* Bug 755821: Function() should use the parser's argument parsing codejanekptacijarabaci2018-03-16-14/+56
|
* Remove remaining conditional GCZeal code.wolfbeast2018-02-03-20/+0
| | | | | | | | | | | | | | | Creates stubs: jsgc.h/cpp VerifyBarriers() stub MaybeVerifyBarriers() stub GCRuntime::computeNonIncrementalMarkingForValidation() stub GCRuntime::validateIncrementalMarking() stub GCRuntime::finishMarkingValidation() stub GCRuntime::pushZealSelectedObjects() stub bool useZeal? GCRuntime::runDebugGC() stub XPConnect: nsXPCComponents_Utils::SetGCZeal() stub (always NS_OK)
* Implement configuration pref for Generational Garbage Collection.wolfbeast2018-02-02-0/+11
| | | | | Pref: javascript.options.mem.gc_generational This resolves #20
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+6867